diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_ffapp.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/xfa_ffapp.h b/xfa/fxfa/app/xfa_ffapp.h index 675c6ba879..fe3358ace7 100644 --- a/xfa/fxfa/app/xfa_ffapp.h +++ b/xfa/fxfa/app/xfa_ffapp.h @@ -7,8 +7,8 @@ #ifndef XFA_FXFA_APP_XFA_FFAPP_H_ #define XFA_FXFA_APP_XFA_FFAPP_H_ -#include "core/include/fpdfapi/cpdf_stream.h" -#include "core/include/fpdfapi/cpdf_stream_acc.h" +#include "core/fpdfapi/fpdf_parser/include/cpdf_stream.h" +#include "core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h" #include "xfa/fgas/font/fgas_font.h" #include "xfa/include/fwl/adapter/fwl_adapternative.h" #include "xfa/include/fwl/adapter/fwl_sdadapterimp.h" |