NDK compiler was fussing about the location of the #include <spine/Extension.h> line; needs to be first.

This commit is contained in:
Stephen Gowen 2017-11-25 12:53:49 -05:00
parent 6b585ae151
commit 24a3811049
3 changed files with 3 additions and 2 deletions

View File

@ -31,9 +31,9 @@
#ifndef Spine_ContainerUtil_h
#define Spine_ContainerUtil_h
#include <spine/Extension.h>
#include <spine/Vector.h>
#include <spine/HashMap.h>
#include <spine/Extension.h>
#include <string>
#include <assert.h>

View File

@ -31,6 +31,7 @@
#ifndef Spine_HashMap_h
#define Spine_HashMap_h
#include <spine/Extension.h>
#include <spine/Vector.h>
namespace Spine

View File

@ -31,9 +31,9 @@
#ifndef Spine_Pool_h
#define Spine_Pool_h
#include <spine/Extension.h>
#include <spine/Vector.h>
#include <spine/ContainerUtil.h>
#include <spine/Extension.h>
namespace Spine
{