Remove unused header in editor.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Yufeng Ying
2024-12-21 01:11:43 +08:00
parent 73d85f46c9
commit f241c1fda0
185 changed files with 57 additions and 308 deletions

View File

@@ -30,13 +30,13 @@
#include "codesign.h"
#include "core/crypto/crypto_core.h"
#include "core/io/dir_access.h"
#include "lipo.h"
#include "macho.h"
#include "core/io/plist.h"
#include "core/os/os.h"
#include "editor/editor_paths.h"
#include "editor/editor_settings.h"
#include "modules/modules_enabled.gen.h" // For regex.
@@ -44,6 +44,8 @@
#ifdef MODULE_REGEX_ENABLED
#include "modules/regex/regex.h"
/*************************************************************************/
/* CodeSignCodeResources */
/*************************************************************************/