[GDNative] better header include paths

The old include paths caused some problems on some compilers, for
example including "string.h" was ambiguous.
This commit is contained in:
Karroffel 2017-08-02 02:46:45 +02:00
parent 3a3915b726
commit 880048377d
39 changed files with 137 additions and 113 deletions

View file

@ -27,7 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "array.h"
#include <godot/array.h>
#include "core/array.h"
#include "core/os/memory.h"