From 22bc4227fbbda5a5e9abad2a2c0a98c04fe7f228 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 12 Nov 2015 21:17:40 -0800 Subject: Remove relative includes. That refer to parent directories. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1434223002 . --- fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h index b4f019bf2d..284de9ed7f 100644 --- a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h +++ b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h @@ -7,9 +7,9 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_EDITCTRL_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_EDITCTRL_H_ -#include "../fxedit/fx_edit.h" #include "PWL_Wnd.h" #include "core/include/fxcrt/fx_string.h" +#include "fpdfsdk/include/fxedit/fx_edit.h" class CPWL_Caret; class CPWL_Edit; -- cgit v1.2.3