Changeset 229450 in webkit


Ignore:
Timestamp:
Mar 8, 2018, 11:00:37 PM (7 years ago)
Author:
zandobersek@gmail.com
Message:

Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by
using the cross-platform #include directives for header inclusion,
instead of #import.

  • UIProcess/SystemPreviewController.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r229448 r229450  
     12018-03-08  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Unreviewed. Suppress GCC warnings in SystemPreviewController.cpp by
     4        using the cross-platform #include directives for header inclusion,
     5        instead of #import.
     6
     7        * UIProcess/SystemPreviewController.cpp:
     8
    192018-03-08  Megan Gardner  <megan_gardner@apple.com>
    210
  • trunk/Source/WebKit/UIProcess/SystemPreviewController.cpp

    r229384 r229450  
    2424 */
    2525
    26 #import "config.h"
    27 #import "SystemPreviewController.h"
     26#include "config.h"
     27#include "SystemPreviewController.h"
    2828
    2929namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.