| Index: sky/engine/platform/fonts/VDMXParser.cpp
|
| diff --git a/sky/engine/platform/fonts/VDMXParser.cpp b/sky/engine/platform/fonts/VDMXParser.cpp
|
| index 13dc4bf2877d8290726c22d3d0086c9b9ab83b00..56fdd2bef7c216e9d08db71ef86b9ee28d5d771c 100644
|
| --- a/sky/engine/platform/fonts/VDMXParser.cpp
|
| +++ b/sky/engine/platform/fonts/VDMXParser.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "VDMXParser.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/VDMXParser.h"
|
|
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| -#include "wtf/ByteOrder.h"
|
| +#include "sky/engine/wtf/ByteOrder.h"
|
|
|
| // Buffer helper class
|
| //
|
|
|