summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/wtf/AVLTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/AVLTree.h')
-rw-r--r--Source/JavaScriptCore/wtf/AVLTree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/AVLTree.h b/Source/JavaScriptCore/wtf/AVLTree.h
index ec8a63951..f2f82e170 100644
--- a/Source/JavaScriptCore/wtf/AVLTree.h
+++ b/Source/JavaScriptCore/wtf/AVLTree.h
@@ -32,7 +32,7 @@
#ifndef AVL_TREE_H_
#define AVL_TREE_H_
-#include "Assertions.h"
+#include <wtf/Assertions.h>
#include <wtf/FixedArray.h>
namespace WTF {