Index: xfa/fxfa/app/xfa_ffimage.cpp |
diff --git a/xfa/fxfa/app/xfa_ffimage.cpp b/xfa/fxfa/app/xfa_ffimage.cpp |
index 306c4677d23c69dcbc6892391c5401530befcce1..c2a07527b331d8cbb463a4d6f1e0a840c5b441c8 100644 |
--- a/xfa/fxfa/app/xfa_ffimage.cpp |
+++ b/xfa/fxfa/app/xfa_ffimage.cpp |
@@ -6,10 +6,10 @@ |
#include "xfa/fxfa/app/xfa_ffimage.h" |
-#include "xfa/fxfa/app/xfa_ffapp.h" |
-#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/include/fxfa/xfa_ffapp.h" |
Tom Sepez
2016/03/31 17:01:57
Check the rest of these for alphabetization, thank
dsinclair
2016/03/31 19:52:27
Done.
|
+#include "xfa/include/fxfa/xfa_ffdoc.h" |
#include "xfa/fxfa/app/xfa_ffdraw.h" |
-#include "xfa/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/include/fxfa/xfa_ffpageview.h" |
#include "xfa/fxfa/app/xfa_ffwidget.h" |
CXFA_FFImage::CXFA_FFImage(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |