Index: xfa/src/fwl/src/core/fwl_threadimp.cpp |
diff --git a/xfa/src/fwl/src/core/fwl_threadimp.cpp b/xfa/src/fwl/src/core/fwl_threadimp.cpp |
index 6d399527b6110c4fb93869e16fa5903e10311dd5..8b2ca37ed94ad3321c9753f3ca05bbf0420ab26c 100644 |
--- a/xfa/src/fwl/src/core/fwl_threadimp.cpp |
+++ b/xfa/src/fwl/src/core/fwl_threadimp.cpp |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../../foxitlib.h" |
-#include "include/fwl_targetimp.h" |
-#include "include/fwl_noteimp.h" |
-#include "include/fwl_threadimp.h" |
-#include "include/fwl_appimp.h" |
+#include "xfa/src/foxitlib.h" |
+#include "xfa/src/fwl/src/core/include/fwl_targetimp.h" |
+#include "xfa/src/fwl/src/core/include/fwl_noteimp.h" |
+#include "xfa/src/fwl/src/core/include/fwl_threadimp.h" |
+#include "xfa/src/fwl/src/core/include/fwl_appimp.h" |
void IFWL_Thread::Release() { |
delete m_pImpl; |