mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
replace C-style headers with C++ C-compatability headers
This commit is contained in:
parent
5fed872b8a
commit
3486c8a4f2
4 changed files with 0 additions and 4 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdbool>
|
||||
#include <sys/types.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdbool>
|
||||
#include <cpuid.h>
|
||||
#include <cinttypes>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstdbool>
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include <cerrno>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <cstdbool>
|
||||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue