summaryrefslogtreecommitdiff
path: root/core/fxcrt/css/cfx_css.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-18 20:51:54 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 20:51:54 +0000
commit8e49f3fce1a56634284b254a0dc2d329da349355 (patch)
tree153842a78192a5726376efadeff7c2be69ec4191 /core/fxcrt/css/cfx_css.h
parent4754adaf70d8708610ea31a4d5e3df7c4fcb2ef0 (diff)
downloadpdfium-8e49f3fce1a56634284b254a0dc2d329da349355.tar.xz
Do IWYU in core/fxcrt/css and fix lint errors.
Change-Id: I6d2b35849e9f1935277986b6c72e6f507d976974 Reviewed-on: https://pdfium-review.googlesource.com/c/43948 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fxcrt/css/cfx_css.h')
-rw-r--r--core/fxcrt/css/cfx_css.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/css/cfx_css.h b/core/fxcrt/css/cfx_css.h
index 5b70d0b2e1..30d9ff80fb 100644
--- a/core/fxcrt/css/cfx_css.h
+++ b/core/fxcrt/css/cfx_css.h
@@ -7,7 +7,7 @@
#ifndef CORE_FXCRT_CSS_CFX_CSS_H_
#define CORE_FXCRT_CSS_CFX_CSS_H_
-#include "core/fxge/fx_dib.h"
+#include <stdint.h>
enum CFX_CSSVALUETYPE {
CFX_CSSVALUETYPE_Primitive = 1 << 0,