X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/ba379fdc102753d6be2c4d937058fe40257329fe..14957cd040308e3eeec43d26bae5d76da13fcd85:/wtf/ThreadSpecificWin.cpp diff --git a/wtf/ThreadSpecificWin.cpp b/wtf/ThreadSpecificWin.cpp index f2c0cad..d72996a 100644 --- a/wtf/ThreadSpecificWin.cpp +++ b/wtf/ThreadSpecificWin.cpp @@ -21,7 +21,6 @@ #include "config.h" #include "ThreadSpecific.h" -#include #if USE(PTHREADS) #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.