From 880048377de06c7e34cbfadd68bad2eb3ca17b3d Mon Sep 17 00:00:00 2001 From: Karroffel Date: Wed, 2 Aug 2017 02:46:45 +0200 Subject: [GDNative] better header include paths The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous. --- modules/gdnative/godot/dictionary.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gdnative/godot/dictionary.cpp') diff --git a/modules/gdnative/godot/dictionary.cpp b/modules/gdnative/godot/dictionary.cpp index 1c0761edf..ce402fa00 100644 --- a/modules/gdnative/godot/dictionary.cpp +++ b/modules/gdnative/godot/dictionary.cpp @@ -27,11 +27,11 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "dictionary.h" -#include "core/variant.h" +#include #include "core/dictionary.h" #include "core/io/json.h" +#include "core/variant.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3-70-g09d2