From 0415b381008dd0bcf2ed5da6f1371f1df396bc07 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 7 Apr 2015 15:26:59 -0700 Subject: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. Move some typedefs for v8 types into fxjs_v8.h wrapper to avoid circular inclusions. Also delete JS_Module.h, as no other file includes it. BUG=https://code.google.com/p/pdfium/issues/detail?id=66 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1060133002 --- fpdfsdk/include/javascript/color.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fpdfsdk/include/javascript/color.h') diff --git a/fpdfsdk/include/javascript/color.h b/fpdfsdk/include/javascript/color.h index d042a677e3..6eeb37be7e 100644 --- a/fpdfsdk/include/javascript/color.h +++ b/fpdfsdk/include/javascript/color.h @@ -7,6 +7,9 @@ #ifndef _COLOR_H_ #define _COLOR_H_ +#include "JS_Define.h" +// TODO(tsepez): include CPWL_Color.h once its own IWYU is fixed. + class color : public CJS_EmbedObj { public: -- cgit v1.2.3