diff options
Diffstat (limited to 'Source/WTF/wtf/FlipBytes.h')
-rw-r--r-- | Source/WTF/wtf/FlipBytes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WTF/wtf/FlipBytes.h b/Source/WTF/wtf/FlipBytes.h index e66fabe62..5041a8468 100644 --- a/Source/WTF/wtf/FlipBytes.h +++ b/Source/WTF/wtf/FlipBytes.h @@ -26,8 +26,6 @@ #ifndef FlipBytes_h #define FlipBytes_h -#include <wtf/Platform.h> - namespace WTF { inline bool needToFlipBytesIfLittleEndian(bool littleEndian) |