Use core/format.hpp for fmt includes

pull/577/head
Jonathan G Rennison 10 months ago
parent 40faaa46f4
commit 508f871c5f

@ -2,7 +2,7 @@
#ifndef _SQUTILS_H_
#define _SQUTILS_H_
#include "../../fmt/format.h"
#include "../../../core/format.hpp"
#include "../../../script/script_fatalerror.hpp"
#include <type_traits>

@ -15,7 +15,7 @@
#include "../debug.h"
#include "../string_func.h"
#include "../rev.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include <set>
#include "../safeguards.h"

@ -17,7 +17,7 @@
#include "../script/api/script_object.hpp"
#include "ai_info.hpp"
#include "ai_scanner.hpp"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

@ -12,8 +12,7 @@
#include "../script/squirrel_class.hpp"
#include "game_info.hpp"
#include "game_scanner.hpp"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

@ -21,7 +21,7 @@
#include "network.h"
#include "network_client.h"
#include "network_base.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../widgets/network_chat_widget.h"

@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include "macos.h"
#include <mach-o/arch.h>

@ -11,7 +11,7 @@
#include "../../stdafx.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include <nlohmann/json.hpp>
#include <windows.h>

@ -13,7 +13,7 @@
#include "../../network/network_admin.h"
#include "../script_instance.hpp"
#include "../../string_func.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include "../../safeguards.h"

@ -21,7 +21,7 @@
#include "../script_gui.h"
#include "../../settings_type.h"
#include "../../network/network.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include "../../safeguards.h"

@ -17,7 +17,7 @@
#include "../script_instance.hpp"
#include "script_log.hpp"
#include "../../table/control_codes.h"
#include "../../3rdparty/fmt/format.h"
#include "../../core/format.hpp"
#include "table/strings.h"

@ -14,7 +14,7 @@
#include "api/script_object.hpp"
#include "../textfile_gui.h"
#include "../string_func.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include <charconv>
#include "../safeguards.h"

@ -14,7 +14,7 @@
#include "script_info.hpp"
#include "script_scanner.hpp"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

@ -12,7 +12,7 @@
#include "../string_func.h"
#include "../strings_func.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

@ -29,7 +29,7 @@
#include "../fileio_func.h"
#include "../league_type.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

@ -20,7 +20,7 @@
#include "../network/network_content.h"
#include "../3rdparty/md5/md5.h"
#include "../tar_type.h"
#include "../3rdparty/fmt/format.h"
#include "../core/format.hpp"
#include "../safeguards.h"

Loading…
Cancel
Save