| Index: core/src/fxge/win32/fx_win32_device.cpp
 | 
| diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp
 | 
| index 696e5f0179bcd4f4cce972cd2e51b4efc97badb8..b7b625341e1c7549c16d1c8d0c3376dd15af882d 100644
 | 
| --- a/core/src/fxge/win32/fx_win32_device.cpp
 | 
| +++ b/core/src/fxge/win32/fx_win32_device.cpp
 | 
| @@ -9,12 +9,12 @@
 | 
|  #if _FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_DESKTOP_
 | 
|  #include <crtdbg.h>
 | 
|  
 | 
| -#include "../dib/dib_int.h"
 | 
| -#include "../ge/text_int.h"
 | 
|  #include "core/include/fxcodec/fx_codec.h"
 | 
|  #include "core/include/fxge/fx_freetype.h"
 | 
|  #include "core/include/fxge/fx_ge_win32.h"
 | 
|  #include "core/src/fxge/agg/include/fx_agg_driver.h"
 | 
| +#include "core/src/fxge/dib/dib_int.h"
 | 
| +#include "core/src/fxge/ge/text_int.h"
 | 
|  #include "dwrite_int.h"
 | 
|  #include "win32_int.h"
 | 
|  
 | 
| 
 |