Removes unused containers included in headers.

This was SVN commit r25004.
This commit is contained in:
vladislavbelov
2021-03-03 23:01:08 +00:00
parent c29423c723
commit 2e4639e6dc
17 changed files with 23 additions and 37 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -22,7 +22,6 @@
#include "ScriptExtraHeaders.h"
#include <list>
#include <sstream>
// Those are minimal defaults. The runtime for the main game is larger and GCs upon a larger growth.
constexpr int DEFAULT_CONTEXT_SIZE = 16 * 1024 * 1024;