| Index: core/include/fxcodec/fx_codec.h
|
| diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h
|
| index fe3d84d53ea40a3568edb1370ef82d91fb0b5c18..b9ba0df6943af38c716226df5615b24ef0b0eb6f 100644
|
| --- a/core/include/fxcodec/fx_codec.h
|
| +++ b/core/include/fxcodec/fx_codec.h
|
| @@ -10,9 +10,9 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "../../../third_party/base/nonstd_unique_ptr.h"
|
| #include "../fxcrt/fx_basic.h"
|
| #include "fx_codec_def.h"
|
| +#include "third_party/base/nonstd_unique_ptr.h"
|
|
|
| #include "../fxcrt/fx_coordinates.h" // For FX_RECT.
|
|
|
|
|