Index: xfa/src/fwl/src/lightwidget/theme.cpp |
diff --git a/xfa/src/fwl/src/lightwidget/theme.cpp b/xfa/src/fwl/src/lightwidget/theme.cpp |
index 133062907b0116bb7b0821f283b1ead9c7a9561a..2e8bfb58d1bd093b6e251b2d0df4c3f26ec4a958 100644 |
--- a/xfa/src/fwl/src/lightwidget/theme.cpp |
+++ b/xfa/src/fwl/src/lightwidget/theme.cpp |
@@ -4,7 +4,7 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../../foxitlib.h" |
+#include "xfa/src/foxitlib.h" |
FX_BOOL CFWL_Theme::IsValidWidget(IFWL_Widget* pWidget) { |
return !!GetTheme(pWidget); |
} |