summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/UnusedParam.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/UnusedParam.h')
-rw-r--r--Source/JavaScriptCore/wtf/UnusedParam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/UnusedParam.h b/Source/JavaScriptCore/wtf/UnusedParam.h
index 6ff6fd895..4b7234b8d 100644
--- a/Source/JavaScriptCore/wtf/UnusedParam.h
+++ b/Source/JavaScriptCore/wtf/UnusedParam.h
@@ -24,7 +24,7 @@
/* don't use this for C++, it should only be used in plain C files or
ObjC methods, where leaving off the parameter name is not allowed. */
-#include "Platform.h"
+#include <wtf/Platform.h>
#if COMPILER(INTEL) && !OS(WINDOWS) || COMPILER(RVCT)
template<typename T>