diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-14 17:44:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-14 17:44:37 +0300 |
commit | 9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4 (patch) | |
tree | 6c40f5f489177f7a4e18b2f23b23cf70bd5f62a6 /src/net/eathena | |
parent | 9b05ab35e04fa37725f8c757e76e7d1e2ad0a3f3 (diff) | |
download | plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.gz plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.bz2 plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.tar.xz plus-9f8266d3e302a04cc862b649b2e85b7d4ccfa0a4.zip |
Remove some useless includes.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/beingrecv.h | 8 | ||||
-rw-r--r-- | src/net/eathena/maptypeproperty2.h | 6 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/net/eathena/beingrecv.h b/src/net/eathena/beingrecv.h index f84895a7d..692ecb441 100644 --- a/src/net/eathena/beingrecv.h +++ b/src/net/eathena/beingrecv.h @@ -30,12 +30,8 @@ #if defined(__GXX_EXPERIMENTAL_CXX0X__) #if defined(__APPLE__) #include <tr1/cstdint> -#else -#include <cstdint> -#endif -#else -#include <stdint.h> -#endif +#endif // defined(__APPLE__) +#endif // defined(__GXX_EXPERIMENTAL_CXX0X__) #include "localconsts.h" diff --git a/src/net/eathena/maptypeproperty2.h b/src/net/eathena/maptypeproperty2.h index e8602ffbe..87e7cacba 100644 --- a/src/net/eathena/maptypeproperty2.h +++ b/src/net/eathena/maptypeproperty2.h @@ -23,12 +23,6 @@ #include "localconsts.h" -#if defined(__GXX_EXPERIMENTAL_CXX0X__) -#include <cstdint> -#else -#include <stdint.h> -#endif - namespace EAthena { struct MapTypeProperty2Bits final |