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.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h
index 55e5773c5..ecd45854e 100644
--- a/src/net/tmwa/beingrecv.h
+++ b/src/net/tmwa/beingrecv.h
@@ -24,15 +24,7 @@
#ifndef NET_TMWA_BEINGRECV_H
#define NET_TMWA_BEINGRECV_H
-#if defined(__GXX_EXPERIMENTAL_CXX0X__)
-#if defined(__APPLE__)
-#include <tr1/cstdint>
-#else // defined(__APPLE__)
-#include <cstdint>
-#endif // defined(__APPLE__)
-#else // defined(__GXX_EXPERIMENTAL_CXX0X__)
-#include <stdint.h>
-#endif // defined(__GXX_EXPERIMENTAL_CXX0X__)
+#include <stdint.h> // see commit's discussion
#include "localconsts.h"