Moves script interface Object include out of FunctionWrapper header.

Differential Revision: https://code.wildfiregames.com/D5067
This was SVN commit r27755.
This commit is contained in:
vladislavbelov
2023-07-07 20:12:16 +00:00
parent 624df119ef
commit 85bc074ae5
16 changed files with 51 additions and 39 deletions
@@ -1,4 +1,4 @@
/* Copyright (C) 2021 Wildfire Games.
/* Copyright (C) 2023 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -25,6 +25,7 @@
#include "ps/GameSetup/Config.h"
#include "ps/Pyrogenesis.h"
#include "scriptinterface/FunctionWrapper.h"
#include "scriptinterface/Object.h"
#include "scriptinterface/StructuredClone.h"
#include "simulation2/components/ICmpAIManager.h"
#include "simulation2/components/ICmpCommandQueue.h"