diff options
Diffstat (limited to 'Source/JavaScriptCore/wtf/BoundsCheckedPointer.h')
-rw-r--r-- | Source/JavaScriptCore/wtf/BoundsCheckedPointer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/wtf/BoundsCheckedPointer.h b/Source/JavaScriptCore/wtf/BoundsCheckedPointer.h index d5d42fc1c..1f7caab63 100644 --- a/Source/JavaScriptCore/wtf/BoundsCheckedPointer.h +++ b/Source/JavaScriptCore/wtf/BoundsCheckedPointer.h @@ -29,8 +29,8 @@ #ifndef WTF_BoundsCheckedPointer_h #define WTF_BoundsCheckedPointer_h -#include "Assertions.h" -#include "UnusedParam.h" +#include <wtf/Assertions.h> +#include <wtf/UnusedParam.h> namespace WTF { |