summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r--src/net/worldinfo.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h
index 7a626668c..15b7e89a1 100644
--- a/src/net/worldinfo.h
+++ b/src/net/worldinfo.h
@@ -26,12 +26,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 <string>
#include <vector>