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