From c909ce872d999a17ffd44afdc88caf2de43e6cba Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 8 Jan 2016 15:44:36 -0800 Subject: XFA: Remove many relative includes in xfa/ Also remove useless files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1570743002 . --- xfa/src/fgas/include/fx_utl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/src/fgas/include/fx_utl.h') diff --git a/xfa/src/fgas/include/fx_utl.h b/xfa/src/fgas/include/fx_utl.h index 3c4024f772..c58d5a1be6 100644 --- a/xfa/src/fgas/include/fx_utl.h +++ b/xfa/src/fgas/include/fx_utl.h @@ -8,7 +8,7 @@ #define _FX_UTILS #include "fx_mem.h" -#include "../../../../core/include/fxcrt/fx_coordinates.h" // For CFX_Rect. +#include "core/include/fxcrt/fx_coordinates.h" // For CFX_Rect. class CFX_ThreadLock; class CFX_BaseArray; -- cgit v1.2.3