summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebIconDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebIconDatabase.h')
-rw-r--r--WebKit/win/WebIconDatabase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/win/WebIconDatabase.h b/WebKit/win/WebIconDatabase.h
index c722efc..85f57b7 100644
--- a/WebKit/win/WebIconDatabase.h
+++ b/WebKit/win/WebIconDatabase.h
@@ -26,16 +26,16 @@
#ifndef WebIconDatabase_H
#define WebIconDatabase_H
-#include "IWebIconDatabase.h"
+#include "WebKit.h"
#pragma warning(push, 0)
#include <WebCore/IconDatabaseClient.h>
#include <WebCore/IntSize.h>
#include <WebCore/IntSizeHash.h>
-#include <WebCore/Threading.h>
#pragma warning(pop)
-#include <WTF/Vector.h>
+#include <wtf/Vector.h>
+#include <wtf/Threading.h>
#include <windows.h>