diff options
Diffstat (limited to 'Source/WTF/wtf/ByteOrder.h')
-rw-r--r-- | Source/WTF/wtf/ByteOrder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WTF/wtf/ByteOrder.h b/Source/WTF/wtf/ByteOrder.h index 9d96ea6ed..d55350a3b 100644 --- a/Source/WTF/wtf/ByteOrder.h +++ b/Source/WTF/wtf/ByteOrder.h @@ -31,8 +31,6 @@ #ifndef WTF_ByteOrder_h #define WTF_ByteOrder_h -#include <wtf/Platform.h> - #if OS(UNIX) #include <arpa/inet.h> #endif |