Complete the globals.h -> global_config.h conversion

This commit is contained in:
Bojidar Marinov 2017-02-23 17:47:25 +02:00
parent d0973e645c
commit 53921faa91
No known key found for this signature in database
GPG key ID: 4D546A8F1E091856
11 changed files with 11 additions and 11 deletions

View file

@ -925,7 +925,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"