diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-05 16:18:28 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-05 16:18:28 -0700 |
commit | 5e8b7356d68e35d7d631a2a917e651a4e7c73b65 (patch) | |
tree | 03d60d7cd1eb60587478f6a0aae332f9305821d5 /fpdfsdk/include/javascript/Field.h | |
parent | d7ba833df5c9dc70cb94dba2d0aae1339b345ae4 (diff) | |
download | pdfium-5e8b7356d68e35d7d631a2a917e651a4e7c73b65.tar.xz |
Remove JavaScript.h
It merely includes a bunch of other .h files which are handled
better since we fixed IWYU.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1385983002 .
Diffstat (limited to 'fpdfsdk/include/javascript/Field.h')
-rw-r--r-- | fpdfsdk/include/javascript/Field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/javascript/Field.h b/fpdfsdk/include/javascript/Field.h index 4a6f524f72..851bc4fc16 100644 --- a/fpdfsdk/include/javascript/Field.h +++ b/fpdfsdk/include/javascript/Field.h @@ -9,7 +9,7 @@ #include <string> // For std::wstring. -// TODO(tsepez): include PWL_Wnd.h for PWL_Color after fixing its IWYU. +#include "../pdfwindow/PWL_Wnd.h" // For CPWL_Color. #include "JS_Define.h" class Document; |