summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/beingrecv.h')
-rw-r--r--src/net/tmwa/beingrecv.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h
index dce980da5..06d70c36d 100644
--- a/src/net/tmwa/beingrecv.h
+++ b/src/net/tmwa/beingrecv.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 "localconsts.h"