| Index: core/src/fxge/win32/fx_win32_print.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_print.cpp b/core/src/fxge/win32/fx_win32_print.cpp
|
| index 4f17274a21f85878c3ac74518c791c8128b7f7ec..cb7b590f7c4a7525f353567947b1295b5f95c0ad 100644
|
| --- a/core/src/fxge/win32/fx_win32_print.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_print.cpp
|
| @@ -10,10 +10,10 @@
|
|
|
| #include <windows.h>
|
|
|
| -#include "../dib/dib_int.h"
|
| -#include "../ge/text_int.h"
|
| #include "core/include/fxge/fx_freetype.h"
|
| #include "core/include/fxge/fx_ge_win32.h"
|
| +#include "core/src/fxge/dib/dib_int.h"
|
| +#include "core/src/fxge/ge/text_int.h"
|
| #include "win32_int.h"
|
|
|
| #define SIZETHRESHOLD 1000
|
|
|