Merge pull request #7879 from bojidar-bg/fix-iphone-builds

Complete the globals.h -> global_config.h conversion
This commit is contained in:
Rémi Verschelde 2017-02-23 16:51:28 +01:00 committed by GitHub
commit 46b2267498
11 changed files with 11 additions and 11 deletions

View file

@ -956,7 +956,7 @@ EditorExportPlatformPC::EditorExportPlatformPC() {
#if 0
#include "version.h"
#include "script_language.h"
#include "globals.h"
#include "global_config.h"
#include "os/file_access.h"
#include "os/dir_access.h"
#include "tools/editor/editor_file_system.h"