From 6fcecb529007b65596f0ce30efde571f820df56b Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 6 Apr 2015 12:28:23 -0700 Subject: Fix IWYU in fxcrt headers. Confirmed manually that: g++ --std=c++0x -o /dev/null -I. ... -c fx_xxxxx.h is now error-free for the files in this directory. Also kill some ifndef's around inclusion since we know this doesn't provide benefit with modern compilers. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1064433005 --- core/include/fxcrt/fx_ucd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/include/fxcrt/fx_ucd.h') diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h index 9e1862aa80..abf953d68a 100644 --- a/core/include/fxcrt/fx_ucd.h +++ b/core/include/fxcrt/fx_ucd.h @@ -6,6 +6,9 @@ #ifndef _FX_UNICODE_ #define _FX_UNICODE_ + +#include "fx_system.h" + enum FX_CHARBREAKPROP { FX_CBP_OP = 0, FX_CBP_CL = 1, -- cgit v1.2.3