summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/HashSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/HashSet.h')
-rw-r--r--Source/JavaScriptCore/wtf/HashSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/wtf/HashSet.h b/Source/JavaScriptCore/wtf/HashSet.h
index 7fce19348..33cb14daa 100644
--- a/Source/JavaScriptCore/wtf/HashSet.h
+++ b/Source/JavaScriptCore/wtf/HashSet.h
@@ -21,8 +21,8 @@
#ifndef WTF_HashSet_h
#define WTF_HashSet_h
-#include "FastAllocBase.h"
-#include "HashTable.h"
+#include <wtf/FastAllocBase.h>
+#include <wtf/HashTable.h>
namespace WTF {