mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 03:25:15 +00:00
Fix includes in source/ps
Make include-what-you-use happy with some iles in source/ps and fix what needs to be fixed. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -19,14 +19,27 @@
|
||||
|
||||
#include "JSInterface_Mod.h"
|
||||
|
||||
#include "ps/CLogger.h"
|
||||
#include "ps/CStr.h"
|
||||
#include "ps/Mod.h"
|
||||
#include "ps/Pyrogenesis.h"
|
||||
#include "scriptinterface/FunctionWrapper.h"
|
||||
#include "scriptinterface/JSON.h"
|
||||
#include "scriptinterface/Object.h"
|
||||
#include "scriptinterface/ScriptConversions.h"
|
||||
#include "scriptinterface/ScriptRequest.h"
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <js/Array.h>
|
||||
#include <js/PropertyAndElement.h>
|
||||
#include <js/RootingAPI.h>
|
||||
#include <js/TypeDecls.h>
|
||||
#include <js/Value.h>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
class ScriptInterface;
|
||||
namespace JS { class CallArgs; }
|
||||
|
||||
extern void RestartEngine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user