Index: fpdfsdk/pdfwindow/PWL_Label.cpp |
diff --git a/fpdfsdk/pdfwindow/PWL_Label.cpp b/fpdfsdk/pdfwindow/PWL_Label.cpp |
index 5f8d2d8685b889e4977373d13c8a627f976a4d79..cfbeb4362c8579017e16cf5768aff8b5f7bff944 100644 |
--- a/fpdfsdk/pdfwindow/PWL_Label.cpp |
+++ b/fpdfsdk/pdfwindow/PWL_Label.cpp |
@@ -4,9 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "fpdfsdk/include/pdfwindow/PWL_Label.h" |
-#include "fpdfsdk/include/pdfwindow/PWL_Utils.h" |
-#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" |
+#include "fpdfsdk/pdfwindow/PWL_Label.h" |
+#include "fpdfsdk/pdfwindow/PWL_Utils.h" |
+#include "fpdfsdk/pdfwindow/PWL_Wnd.h" |
CPWL_Label::CPWL_Label() : m_pEdit(NULL) { |
m_pEdit = IFX_Edit::NewEdit(); |