Changeset 259584 in webkit


Ignore:
Timestamp:
Apr 6, 2020 11:48:38 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Remove unused header in web process
https://bugs.webkit.org/show_bug.cgi?id=210053

Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com> on 2020-04-06
Reviewed by Michael Catanzaro.

Remove unused headers from code removed in r203774.

No new tests required.

  • WebProcess/gtk/WebProcessMainGtk.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259580 r259584  
     12020-04-06  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>
     2
     3        [GTK] Remove unused header in web process
     4        https://bugs.webkit.org/show_bug.cgi?id=210053
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Remove unused headers from code removed in r203774.
     9
     10        No new tests required.
     11
     12        * WebProcess/gtk/WebProcessMainGtk.cpp:
     13
    1142020-04-06  Dean Jackson  <dino@apple.com>
    215
  • trunk/Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp

    r255348 r259584  
    3030#include "AuxiliaryProcessMain.h"
    3131#include "WebProcess.h"
    32 #include <WebCore/SoupNetworkSession.h>
    3332#include <gtk/gtk.h>
    3433#include <libintl.h>
    35 #include <libsoup/soup.h>
    3634
    3735#if PLATFORM(X11)
Note: See TracChangeset for help on using the changeset viewer.