Index: xfa/fde/fde_image.h |
diff --git a/xfa/src/fde/fde_image.h b/xfa/fde/fde_image.h |
similarity index 85% |
rename from xfa/src/fde/fde_image.h |
rename to xfa/fde/fde_image.h |
index a9f16dee6f9b0bdcf0fba28d5d75e023cd23f2c9..011f232370811a4d3f0b70627d8524bc6096b8fb 100644 |
--- a/xfa/src/fde/fde_image.h |
+++ b/xfa/fde/fde_image.h |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FDE_FDE_IMAGE_H_ |
-#define XFA_SRC_FDE_FDE_IMAGE_H_ |
+#ifndef XFA_FDE_FDE_IMAGE_H_ |
+#define XFA_FDE_FDE_IMAGE_H_ |
-#include "xfa/src/fgas/crt/fgas_memory.h" |
-#include "xfa/src/fgas/crt/fgas_stream.h" |
-#include "xfa/src/fgas/crt/fgas_utils.h" |
+#include "xfa/fgas/crt/fgas_memory.h" |
+#include "xfa/fgas/crt/fgas_stream.h" |
+#include "xfa/fgas/crt/fgas_utils.h" |
class IFDE_Image { |
public: |
@@ -39,4 +39,4 @@ class IFDE_Image { |
virtual void StopLoadImage() = 0; |
}; |
-#endif // XFA_SRC_FDE_FDE_IMAGE_H_ |
+#endif // XFA_FDE_FDE_IMAGE_H_ |