summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/PassTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/PassTraits.h')
-rw-r--r--Source/JavaScriptCore/wtf/PassTraits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/wtf/PassTraits.h b/Source/JavaScriptCore/wtf/PassTraits.h
index 346273486..9564e3ad3 100644
--- a/Source/JavaScriptCore/wtf/PassTraits.h
+++ b/Source/JavaScriptCore/wtf/PassTraits.h
@@ -29,8 +29,8 @@
#ifndef WTF_PassTraits_h
#define WTF_PassTraits_h
-#include "OwnPtr.h"
-#include "RefPtr.h"
+#include <wtf/OwnPtr.h>
+#include <wtf/RefPtr.h>
// The PassTraits template exists to help optimize (or make possible) use
// of WTF data structures with WTF smart pointers that have a Pass