Index: fpdfsdk/src/formfiller/FFL_RadioButton.cpp |
diff --git a/fpdfsdk/src/formfiller/FFL_RadioButton.cpp b/fpdfsdk/src/formfiller/FFL_RadioButton.cpp |
index 7c4f9a9e49ed9a10a4a38b2ad320092ab00d9471..572cfeb29ab21dc351f5de8b59c13f7364f5605c 100644 |
--- a/fpdfsdk/src/formfiller/FFL_RadioButton.cpp |
+++ b/fpdfsdk/src/formfiller/FFL_RadioButton.cpp |
@@ -4,10 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "../../include/formfiller/FormFiller.h" |
-#include "../../include/formfiller/FFL_FormFiller.h" |
-#include "../../include/formfiller/FFL_RadioButton.h" |
-//#include "../include/FFL_Undo.h" |
+#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" |
+#include "fpdfsdk/include/formfiller/FFL_RadioButton.h" |
+#include "fpdfsdk/include/formfiller/FormFiller.h" |
/* ------------------------------- CFFL_RadioButton |
* ------------------------------- */ |