| Index: xfa/fxgraphics/include/cfx_graphics.h
|
| diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/include/cfx_graphics.h
|
| index 3d818d79524d3c46b0b24c5be60a01b92d332e85..584a5cbac34fbf80475c1cb49eea2f7005e47b5f 100644
|
| --- a/xfa/fxgraphics/include/cfx_graphics.h
|
| +++ b/xfa/fxgraphics/include/cfx_graphics.h
|
| @@ -10,11 +10,11 @@
|
| #include <memory>
|
|
|
| #include "core/fxcrt/fx_system.h"
|
| -#include "core/fxge/include/cfx_fxgedevice.h"
|
| -#include "core/fxge/include/cfx_graphstatedata.h"
|
| -#include "core/fxge/include/cfx_renderdevice.h"
|
| -#include "core/fxge/include/fx_dib.h"
|
| -#include "core/fxge/include/fx_font.h"
|
| +#include "core/fxge/cfx_fxgedevice.h"
|
| +#include "core/fxge/cfx_graphstatedata.h"
|
| +#include "core/fxge/cfx_renderdevice.h"
|
| +#include "core/fxge/fx_dib.h"
|
| +#include "core/fxge/fx_font.h"
|
| #include "xfa/fwl/core/fwl_error.h"
|
|
|
| class CFX_Color;
|
|
|