1
0
Fork 0
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:
Steffen Vogel 2019-06-23 16:56:51 +02:00
parent 5fed872b8a
commit 3486c8a4f2
4 changed files with 0 additions and 4 deletions

View file

@ -28,7 +28,6 @@
#pragma once
#include <cstdbool>
#include <sys/types.h>
#include <pthread.h>

View file

@ -23,7 +23,6 @@
#pragma once
#include <cstdbool>
#include <cpuid.h>
#include <cinttypes>

View file

@ -24,7 +24,6 @@
#include <cstdio>
#include <cstdlib>
#include <cstdbool>
#include <cstring>
#include <cmath>
#include <cerrno>

View file

@ -27,7 +27,6 @@
#include <cstdlib>
#include <cstdio>
#include <cstdint>
#include <cstdbool>
#include <cstdarg>
#include <cstring>
#include <unistd.h>