Changeset 27786 in webkit


Ignore:
Timestamp:
Nov 14, 2007 10:36:06 AM (17 years ago)
Author:
andersca@apple.com
Message:

Use the correct include path.


  • platform/Cursor.h:
  • plugins/win/PluginPackageWin.h:
  • plugins/win/PluginStreamWin.h:
Location:
trunk/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r27784 r27786  
     12007-11-14  Anders Carlsson  <andersca@apple.com>
     2
     3        Use the correct include path.
     4       
     5        * platform/Cursor.h:
     6        * plugins/win/PluginPackageWin.h:
     7        * plugins/win/PluginStreamWin.h:
     8
    192007-11-13  Brady Eidson  <beidson@apple.com>
    210
  • trunk/WebCore/platform/Cursor.h

    r27779 r27786  
    3232typedef struct HICON__* HICON;
    3333typedef HICON HCURSOR;
    34 #include <RefCounted.h>
     34#include <wtf/RefCounted.h>
    3535#include <wtf/RefPtr.h>
    3636#elif PLATFORM(GTK)
  • trunk/WebCore/plugins/win/PluginPackageWin.h

    r27779 r27786  
    3030#include <windows.h>
    3131
    32 #include "RefCounted.h"
    3332#include "Timer.h"
    3433#include "StringHash.h"
     
    3635#include "npfunctions.h"
    3736#include <wtf/HashMap.h>
     37#include <wtf/RefCounted.h>
    3838
    3939namespace WebCore {
  • trunk/WebCore/plugins/win/PluginStreamWin.h

    r27779 r27786  
    3232#include <wtf/Vector.h>
    3333#include <wtf/OwnPtr.h>
     34#include <wtf/RefCounted.h>
    3435#include "CString.h"
    3536#include "KURL.h"
     
    3738#include "NetscapePlugInStreamLoader.h"
    3839#include "PlatformString.h"
    39 #include "RefCounted.h"
    4040#include "ResourceRequest.h"
    4141#include "ResourceResponse.h"
Note: See TracChangeset for help on using the changeset viewer.