diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-12 20:39:08 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-12 20:39:08 +0000 |
commit | e421d384ca88046c989991581d9abb044cddd009 (patch) | |
tree | b880c079a0f2dd44b0df7595829229a67fff8c61 /xfa/fxfa/fxfa_basic.h | |
parent | 305bf6b818d4c3de8fe066dd736424f2e75b55b3 (diff) | |
download | pdfium-e421d384ca88046c989991581d9abb044cddd009.tar.xz |
Do IWYU in xfa.
Change-Id: Ia104471caffe79f92d439920baeea37a71c71c50
Reviewed-on: https://pdfium-review.googlesource.com/c/43971
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/fxfa_basic.h')
-rw-r--r-- | xfa/fxfa/fxfa_basic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/fxfa_basic.h b/xfa/fxfa/fxfa_basic.h index 78392d52ce..916515fc4a 100644 --- a/xfa/fxfa/fxfa_basic.h +++ b/xfa/fxfa/fxfa_basic.h @@ -7,7 +7,7 @@ #ifndef XFA_FXFA_FXFA_BASIC_H_ #define XFA_FXFA_FXFA_BASIC_H_ -#include "fxjs/fxjse.h" +#include <stdint.h> class CXFA_Measurement; enum class XFA_ObjectType; |