Use core/format.hpp for fmt includes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user