Index: xfa/fde/fde_visualset.h |
diff --git a/xfa/src/fde/fde_visualset.h b/xfa/fde/fde_visualset.h |
similarity index 93% |
rename from xfa/src/fde/fde_visualset.h |
rename to xfa/fde/fde_visualset.h |
index 71c431f1fce6e34e6712e1c68ad91e93ef2f130f..5da21fb8421859d053e7af0cadca83a1086d9e90 100644 |
--- a/xfa/src/fde/fde_visualset.h |
+++ b/xfa/fde/fde_visualset.h |
@@ -4,18 +4,18 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FDE_FDE_VISUALSET_H_ |
-#define XFA_SRC_FDE_FDE_VISUALSET_H_ |
+#ifndef XFA_FDE_FDE_VISUALSET_H_ |
+#define XFA_FDE_FDE_VISUALSET_H_ |
#include "core/include/fxcrt/fx_coordinates.h" |
#include "core/include/fxcrt/fx_system.h" |
#include "core/include/fxge/fx_dib.h" |
#include "core/include/fxge/fx_ge.h" |
-#include "xfa/src/fde/fde_brush.h" |
-#include "xfa/src/fde/fde_image.h" |
-#include "xfa/src/fde/fde_path.h" |
-#include "xfa/src/fde/fde_pen.h" |
-#include "xfa/src/fgas/font/fgas_font.h" |
+#include "xfa/fde/fde_brush.h" |
+#include "xfa/fde/fde_image.h" |
+#include "xfa/fde/fde_path.h" |
+#include "xfa/fde/fde_pen.h" |
+#include "xfa/fgas/font/fgas_font.h" |
enum FDE_VISUALOBJTYPE { |
FDE_VISUALOBJ_Canvas = 0x00, |
@@ -120,4 +120,4 @@ class IFDE_VisualSetIterator { |
IFDE_CanvasSet** ppCanvasSet = NULL) = 0; |
}; |
-#endif // XFA_SRC_FDE_FDE_VISUALSET_H_ |
+#endif // XFA_FDE_FDE_VISUALSET_H_ |