Cleanup including of system headers

This commit is contained in:
Miroslav Lichvar
2013-06-14 13:30:54 +02:00
parent f7802f0111
commit 6ca73bf670
18 changed files with 15 additions and 87 deletions

View File

@@ -31,10 +31,6 @@
#include "config.h"
#ifdef LINUX
#define _LOOSE_KERNEL_NAMES
#include "chrony_timex.h"
#include "wrap_adjtimex.h"
@@ -276,6 +272,3 @@ TMX_ApplyStepOffset(double offset)
return adjtimex(&txc);
}
#endif