summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/PassOwnArrayPtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/PassOwnArrayPtr.h')
-rw-r--r--Source/JavaScriptCore/wtf/PassOwnArrayPtr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/wtf/PassOwnArrayPtr.h b/Source/JavaScriptCore/wtf/PassOwnArrayPtr.h
index 3748f18c6..1db7343de 100644
--- a/Source/JavaScriptCore/wtf/PassOwnArrayPtr.h
+++ b/Source/JavaScriptCore/wtf/PassOwnArrayPtr.h
@@ -26,9 +26,9 @@
#ifndef WTF_PassOwnArrayPtr_h
#define WTF_PassOwnArrayPtr_h
-#include "Assertions.h"
-#include "NullPtr.h"
-#include "TypeTraits.h"
+#include <wtf/Assertions.h>
+#include <wtf/NullPtr.h>
+#include <wtf/TypeTraits.h>
namespace WTF {