summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebURLResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebURLResponse.h')
-rw-r--r--WebKit/win/WebURLResponse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/win/WebURLResponse.h b/WebKit/win/WebURLResponse.h
index be54a3e..5cea5af 100644
--- a/WebKit/win/WebURLResponse.h
+++ b/WebKit/win/WebURLResponse.h
@@ -26,7 +26,9 @@
#ifndef WebURLResponse_H
#define WebURLResponse_H
-#include "WebKit.h"
+#include "IWebURLResponse.h"
+#include "IWebHTTPURLResponse.h"
+#include "IWebURLResponsePrivate.h"
#pragma warning(push, 0)
#include <WebCore/ResourceResponse.h>