| Index: core/fxcrt/fx_basic_coords.cpp
 | 
| diff --git a/core/fxcrt/fx_basic_coords.cpp b/core/fxcrt/fx_basic_coords.cpp
 | 
| index 4f723ef919c687f3ca1bbec06d2e65399418f1ac..4625bfd66652dd1591d6a3cd6154f1857c68ef44 100644
 | 
| --- a/core/fxcrt/fx_basic_coords.cpp
 | 
| +++ b/core/fxcrt/fx_basic_coords.cpp
 | 
| @@ -6,8 +6,8 @@
 | 
|  
 | 
|  #include <limits.h>
 | 
|  
 | 
| -#include "core/include/fxcrt/fx_coordinates.h"
 | 
| -#include "core/include/fxcrt/fx_ext.h"
 | 
| +#include "core/fxcrt/include/fx_coordinates.h"
 | 
| +#include "core/fxcrt/include/fx_ext.h"
 | 
|  
 | 
|  void FX_RECT::Normalize() {
 | 
|    if (left > right) {
 | 
| 
 |