diff options
Diffstat (limited to 'Source/WTF/wtf/ProcessID.h')
-rw-r--r-- | Source/WTF/wtf/ProcessID.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WTF/wtf/ProcessID.h b/Source/WTF/wtf/ProcessID.h index f2d53932e..f84716e8d 100644 --- a/Source/WTF/wtf/ProcessID.h +++ b/Source/WTF/wtf/ProcessID.h @@ -26,8 +26,6 @@ #ifndef ProcessID_h #define ProcessID_h -#include <wtf/Platform.h> - #if OS(UNIX) #include <unistd.h> #endif |