Removed dependency to Standard library header <cstdint>

pull/719/head
Przemek Wirkus 2014-11-14 17:17:26 +00:00
parent 54c06c8b84
commit 70d2f16ca3
1 changed files with 0 additions and 8 deletions

View File

@ -24,12 +24,6 @@ NTP Client header file
#ifndef NTPCLIENT_H_
#define NTPCLIENT_H_
#include <cstdint>
using std::uint8_t;
using std::uint16_t;
using std::uint32_t;
#include "UDPSocket.h"
#define NTP_DEFAULT_PORT 123
@ -95,8 +89,6 @@ private:
} __attribute__ ((packed));
UDPSocket m_sock;
};
#endif /* NTPCLIENT_H_ */