* 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
+2007-11-14 Anders Carlsson <andersca@apple.com>
+
+ Use the correct include path.
+
+ * platform/Cursor.h:
+ * plugins/win/PluginPackageWin.h:
+ * plugins/win/PluginStreamWin.h:
+
2007-11-13 Brady Eidson <beidson@apple.com>
Reviewed by Adam
#if PLATFORM(WIN)
typedef struct HICON__* HICON;
typedef HICON HCURSOR;
-#include <RefCounted.h>
+#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
#elif PLATFORM(GTK)
#include <gdk/gdk.h>
#include <winsock2.h>
#include <windows.h>
-#include "RefCounted.h"
#include "Timer.h"
#include "StringHash.h"
#include "PlatformString.h"
#include "npfunctions.h"
#include <wtf/HashMap.h>
+#include <wtf/RefCounted.h>
namespace WebCore {
typedef HashMap<String, String> MIMEToDescriptionsMap;
#include <wtf/HashMap.h>
#include <wtf/Vector.h>
#include <wtf/OwnPtr.h>
+#include <wtf/RefCounted.h>
#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"