summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/icon/IconDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/icon/IconDatabase.h')
-rw-r--r--WebCore/loader/icon/IconDatabase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/loader/icon/IconDatabase.h b/WebCore/loader/icon/IconDatabase.h
index bdd2455..ea48c16 100644
--- a/WebCore/loader/icon/IconDatabase.h
+++ b/WebCore/loader/icon/IconDatabase.h
@@ -32,13 +32,13 @@
#endif
#include "StringHash.h"
+#if ENABLE(ICONDATABASE)
+#include "Threading.h"
+#endif
#include "Timer.h"
#include <wtf/HashSet.h>
#include <wtf/Noncopyable.h>
#include <wtf/OwnPtr.h>
-#if ENABLE(ICONDATABASE)
-#include <wtf/Threading.h>
-#endif
namespace WebCore {