mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 04:05:32 +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:
@@ -22,12 +22,16 @@
|
||||
#include "i18n/L10n.h"
|
||||
#include "lib/build_version.h"
|
||||
#include "lib/debug.h"
|
||||
#include "lib/utf8.h"
|
||||
#include "scriptinterface/FunctionWrapper.h"
|
||||
#include "scriptinterface/ScriptRequest.h"
|
||||
|
||||
#include <unicode/smpdtfmt.h>
|
||||
#include <ctime>
|
||||
#include <js/PropertyAndElement.h>
|
||||
#include <jsapi.h>
|
||||
#include <string>
|
||||
#include <unicode/locid.h>
|
||||
#include <unicode/smpdtfmt.h>
|
||||
#include <unicode/utypes.h>
|
||||
|
||||
namespace JSI_Debug
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user