removed extern "C", not needed

This commit is contained in:
Robin Müller 2020-05-29 17:48:24 +02:00
parent 914bf8b9fc
commit 7a22d12d0f
1 changed files with 0 additions and 2 deletions

View File

@ -1,13 +1,11 @@
#include <framework/serviceinterface/ServiceInterfaceStream.h>
#include <framework/timemanager/Clock.h>
extern "C" {
#include <sys/time.h>
#include <sys/sysinfo.h>
#include <linux/sysinfo.h>
#include <time.h>
#include <unistd.h>
}
//#include <fstream>
uint16_t Clock::leapSeconds = 0;