diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/HashCountedSet.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/HashCountedSet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/wtf/HashCountedSet.h b/Source/JavaScriptCore/wtf/HashCountedSet.h index b97d8c8fd..cafb2649e 100644 --- a/Source/JavaScriptCore/wtf/HashCountedSet.h +++ b/Source/JavaScriptCore/wtf/HashCountedSet.h @@ -21,9 +21,9 @@ #ifndef WTF_HashCountedSet_h #define WTF_HashCountedSet_h -#include "Assertions.h" -#include "HashMap.h" -#include "Vector.h" +#include <wtf/Assertions.h> +#include <wtf/HashMap.h> +#include <wtf/Vector.h> namespace WTF { |