From: andersca@apple.com Date: Wed, 14 Nov 2007 18:36:06 +0000 (+0000) Subject: Use the correct include path. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=e767ca36b7e0086d8073f981c5f87842aae7e843;hp=5d2b25721c746e4fe99a8e6b28c84d3829a25837 Use the correct include path. * platform/Cursor.h: * plugins/win/PluginPackageWin.h: * plugins/win/PluginStreamWin.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27786 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 0d9f701342f1..823362edffa6 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2007-11-14 Anders Carlsson + + Use the correct include path. + + * platform/Cursor.h: + * plugins/win/PluginPackageWin.h: + * plugins/win/PluginStreamWin.h: + 2007-11-13 Brady Eidson Reviewed by Adam diff --git a/WebCore/platform/Cursor.h b/WebCore/platform/Cursor.h index f1141838b6e1..98b0db6c10e1 100644 --- a/WebCore/platform/Cursor.h +++ b/WebCore/platform/Cursor.h @@ -31,7 +31,7 @@ #if PLATFORM(WIN) typedef struct HICON__* HICON; typedef HICON HCURSOR; -#include +#include #include #elif PLATFORM(GTK) #include diff --git a/WebCore/plugins/win/PluginPackageWin.h b/WebCore/plugins/win/PluginPackageWin.h index e4eece6454f0..122b3495dc5a 100644 --- a/WebCore/plugins/win/PluginPackageWin.h +++ b/WebCore/plugins/win/PluginPackageWin.h @@ -29,12 +29,12 @@ #include #include -#include "RefCounted.h" #include "Timer.h" #include "StringHash.h" #include "PlatformString.h" #include "npfunctions.h" #include +#include namespace WebCore { typedef HashMap MIMEToDescriptionsMap; diff --git a/WebCore/plugins/win/PluginStreamWin.h b/WebCore/plugins/win/PluginStreamWin.h index 36da0f8dddca..5110da6aa2cd 100644 --- a/WebCore/plugins/win/PluginStreamWin.h +++ b/WebCore/plugins/win/PluginStreamWin.h @@ -31,12 +31,12 @@ #include #include #include +#include #include "CString.h" #include "KURL.h" #include "npfunctions.h" #include "NetscapePlugInStreamLoader.h" #include "PlatformString.h" -#include "RefCounted.h" #include "ResourceRequest.h" #include "ResourceResponse.h" #include "StringHash.h"