diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 16:10:24 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-29 16:10:24 -0500 |
commit | 3f157c7c6a5cdb92dd5df2a0b06c10ed83b472e8 (patch) | |
tree | a8653f6118104a177cbb8cfa6c93641d115e55bc /xfa/src/fxfa/src/fm2js/xfa_lexer.h | |
parent | b36430115717af4ecfa573476714cecc73f3d1c3 (diff) | |
download | pdfium-3f157c7c6a5cdb92dd5df2a0b06c10ed83b472e8.tar.xz |
Remove xfa_fm2js.h and IWYU.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1745023003 .
Diffstat (limited to 'xfa/src/fxfa/src/fm2js/xfa_lexer.h')
-rw-r--r-- | xfa/src/fxfa/src/fm2js/xfa_lexer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/fm2js/xfa_lexer.h b/xfa/src/fxfa/src/fm2js/xfa_lexer.h index ccfa9f546e..841d27307a 100644 --- a/xfa/src/fxfa/src/fm2js/xfa_lexer.h +++ b/xfa/src/fxfa/src/fm2js/xfa_lexer.h @@ -9,6 +9,9 @@ #include <memory> +#include "core/include/fxcrt/fx_string.h" +#include "xfa/src/fxfa/src/fm2js/xfa_error.h" + enum XFA_FM_TOKEN { TOKand, TOKlparen, |