From 6cdf084fa40a62eb33185171622ad12d95c6009e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 8 Mar 2016 13:49:22 -0500 Subject: Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src This Cl moves the code in xfa/src/fxfa/src/common to the diretory which contains the respective implementations and removes the xfa/src/fxfa/src/common directory. It them moves all of the code in xfa/src/fxfa/src up one level and removes the xfa/src/fxfa/src directory. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1770073003 . --- xfa/include/fxfa/fxfa_objectacc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/include') diff --git a/xfa/include/fxfa/fxfa_objectacc.h b/xfa/include/fxfa/fxfa_objectacc.h index f5cc5abf35..7938b2ef2d 100644 --- a/xfa/include/fxfa/fxfa_objectacc.h +++ b/xfa/include/fxfa/fxfa_objectacc.h @@ -8,7 +8,7 @@ #define XFA_INCLUDE_FXFA_FXFA_OBJECTACC_H_ #include "core/include/fxge/fx_dib.h" -#include "xfa/src/fxfa/src/common/xfa_object.h" +#include "xfa/src/fxfa/parser/xfa_object.h" class CXFA_Node; class IFX_Locale; -- cgit v1.2.3