| Index: core/src/fxge/agg/src/fx_agg_driver.cpp
|
| diff --git a/core/src/fxge/agg/src/fx_agg_driver.cpp b/core/src/fxge/agg/src/fx_agg_driver.cpp
|
| index 5b5100bcc554e636040331ac55773039bb683be0..78186a8f966a14ff98c7437afc2814a357615f12 100644
|
| --- a/core/src/fxge/agg/src/fx_agg_driver.cpp
|
| +++ b/core/src/fxge/agg/src/fx_agg_driver.cpp
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "core/src/fxge/agg/include/fx_agg_driver.h"
|
|
|
| -#include "../../dib/dib_int.h"
|
| -#include "../../ge/text_int.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| #include "core/include/fxge/fx_ge.h"
|
| +#include "core/src/fxge/dib/dib_int.h"
|
| +#include "core/src/fxge/ge/text_int.h"
|
| #include "third_party/agg23/agg_conv_dash.h"
|
| #include "third_party/agg23/agg_conv_stroke.h"
|
| #include "third_party/agg23/agg_curves.h"
|
|
|