From c52e30019ca616bd9b5a1fa9ef6cbd7fd3cea5c7 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 1 Oct 2018 17:38:38 +0000 Subject: Fix #include ordering / formatting. Change-Id: I996c9b32d767960a5388e44e13180e1f6577ce38 Reviewed-on: https://pdfium-review.googlesource.com/43190 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- core/fxge/skia/fx_skia_device.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/fxge') diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp index a06fcaaa55..a282cd6a1f 100644 --- a/core/fxge/skia/fx_skia_device.cpp +++ b/core/fxge/skia/fx_skia_device.cpp @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "core/fxge/skia/fx_skia_device.h" + #include #include #include @@ -25,7 +27,6 @@ #include "core/fxge/dib/cfx_bitmapcomposer.h" #include "core/fxge/dib/cfx_imagerenderer.h" #include "core/fxge/dib/cfx_imagestretcher.h" -#include "core/fxge/skia/fx_skia_device.h" #include "third_party/base/logging.h" #include "third_party/base/ptr_util.h" #include "third_party/skia/include/core/SkCanvas.h" -- cgit v1.2.3