From 61046b948a7a15a605147635d317ff3bb27fb452 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 18 Feb 2016 14:48:48 -0500 Subject: Sort headers in non-xfa directories. This CL runs the chromium sort-headers.py script over the non-xfa code. XFA will be done after the includes have been updated to full paths. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1711793002 . --- core/src/fxge/skia/fx_skia_device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/fxge/skia/fx_skia_device.cpp') diff --git a/core/src/fxge/skia/fx_skia_device.cpp b/core/src/fxge/skia/fx_skia_device.cpp index 1bcbc53e9f..dede637575 100644 --- a/core/src/fxge/skia/fx_skia_device.cpp +++ b/core/src/fxge/skia/fx_skia_device.cpp @@ -8,10 +8,10 @@ #include "core/include/fxcodec/fx_codec.h" #include "SkDashPathEffect.h" -#include "SkTLazy.h" -#include "SkScan.h" #include "SkRasterClip.h" +#include "SkScan.h" #include "SkStroke.h" +#include "SkTLazy.h" #include "core/src/fxge/agg/include/fx_agg_driver.h" #include "core/src/fxge/skia/fx_skia_blitter_new.h" -- cgit v1.2.3