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

6
ntp.h
View File

@@ -27,11 +27,7 @@
#ifndef GOT_NTP_H
#define GOT_NTP_H
#ifdef HAS_STDINT_H
#include <stdint.h>
#elif defined(HAS_INTTYPES_H)
#include <inttypes.h>
#endif
#include "sysincl.h"
#include "hash.h"