Merge pull request #10072 from karroffel/gdnative-header-include-paths

[GDNative] fixed a bug with ambiguous include paths
This commit is contained in:
Thomas Herzog 2017-08-04 04:06:54 +02:00 committed by GitHub
commit 211dfa6602

View file

@ -29,9 +29,10 @@
/*************************************************************************/
#include <godot/dictionary.h>
#include "core/variant.h"
#include "core/dictionary.h"
#include "core/io/json.h"
#include "core/variant.h"
#ifdef __cplusplus
extern "C" {