Skip to content
  • carlosgc@webkit.org's avatar
    [GTK] Use the angle-bracket form to include wtf headers · 40a6dd61
    carlosgc@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=81884
    
    Patch by Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com> on 2012-03-22
    Reviewed by Eric Seidel.
    
    Source/WebCore:
    
    Use #include <wtf/foo> instead of #include "foo".
    
    * platform/graphics/freetype/FontPlatformData.h:
    * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
    * platform/gtk/DataObjectGtk.h:
    * platform/network/ResourceHandleInternal.h:
    * platform/network/soup/SocketStreamHandleSoup.cpp:
    
    Source/WebKit/gtk:
    
    Use #include <wtf/foo> instead of #include "foo".
    
    * WebCoreSupport/DocumentLoaderGtk.cpp:
    * WebCoreSupport/DragClientGtk.h:
    * WebCoreSupport/FrameLoaderClientGtk.cpp:
    * WebCoreSupport/FullscreenVideoController.h:
    * WebCoreSupport/GeolocationClientGtk.h:
    * WebCoreSupport/InspectorClientGtk.h:
    * WebCoreSupport/TextCheckerClientGtk.cpp:
    * WebCoreSupport/TextCheckerClientGtk.h:
    * webkit/webkitdownload.cpp:
    * webkit/webkitfavicondatabase.cpp:
    * webkit/webkitglobals.cpp:
    * webkit/webkithittestresult.cpp:
    * webkit/webkitnetworkrequest.cpp:
    * webkit/webkitnetworkresponse.cpp:
    * webkit/webkitspellcheckerenchant.cpp:
    * webkit/webkitwebdatasourceprivate.h:
    * webkit/webkitwebsettings.cpp:
    * webkit/webkitwebsettingsprivate.h:
    * webkit/webkitwebviewprivate.h:
    
    Source/WebKit2:
    
    Use #include <wtf/foo> instead of #include <JavaScriptCore/foo>.
    
    * UIProcess/API/gtk/tests/TestMain.h:
    * UIProcess/API/gtk/tests/TestWebKitSettings.cpp:
    
    Tools:
    
    Use #include <wtf/foo> instead of #include "foo".
    
    * DumpRenderTree/gtk/AccessibilityCallbacks.cpp:
    * DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
    * DumpRenderTree/gtk/DumpRenderTree.cpp:
    * DumpRenderTree/gtk/EditingCallbacks.cpp:
    * DumpRenderTree/gtk/WorkQueueItemGtk.cpp:
    * WebKitTestRunner/gtk/EventSenderProxyGtk.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111696 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    40a6dd61