diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 12:56:04 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 12:56:04 +0000 |
commit | dd92aa5946259b3252beec2b4760adbfa9f985a4 (patch) | |
tree | 0b069943bcfb437ea35bc0da0abf771cda80a14e /core/fxcodec | |
parent | 109aa6d0f673aee11a398aae478fb758fc73a33f (diff) | |
download | pdfium-dd92aa5946259b3252beec2b4760adbfa9f985a4.tar.xz |
Fix misc lint errors and other cleanups.
Change-Id: I00ce0109251d1231858e87ffc3889abe6937fa26
Reviewed-on: https://pdfium-review.googlesource.com/42811
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcodec')
-rw-r--r-- | core/fxcodec/bmp/cfx_bmpdecompressor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fxcodec/bmp/cfx_bmpdecompressor.h b/core/fxcodec/bmp/cfx_bmpdecompressor.h index fbe7e1feee..beaf9bf78a 100644 --- a/core/fxcodec/bmp/cfx_bmpdecompressor.h +++ b/core/fxcodec/bmp/cfx_bmpdecompressor.h @@ -7,12 +7,11 @@ #ifndef CORE_FXCODEC_BMP_CFX_BMPDECOMPRESSOR_H_ #define CORE_FXCODEC_BMP_CFX_BMPDECOMPRESSOR_H_ -#include "core/fxcodec/bmp/fx_bmp.h" - #include <setjmp.h> #include <vector> +#include "core/fxcodec/bmp/fx_bmp.h" #include "core/fxcodec/codec/cfx_codec_memory.h" #include "third_party/base/span.h" |