summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebScriptDebugServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebScriptDebugServer.h')
-rw-r--r--WebKit/win/WebScriptDebugServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/win/WebScriptDebugServer.h b/WebKit/win/WebScriptDebugServer.h
index 7c2d9a5..e7a695f 100644
--- a/WebKit/win/WebScriptDebugServer.h
+++ b/WebKit/win/WebScriptDebugServer.h
@@ -26,8 +26,9 @@
#ifndef WebScriptDebugServer_H
#define WebScriptDebugServer_H
-#include "WebKit.h"
+#include "IWebScriptDebugServer.h"
+#include "IWebScriptDebugListener.h"
#include <wtf/HashSet.h>
#pragma warning(push, 0)
#include <WebCore/COMPtr.h>