1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

remove unnecessary header includes

This commit is contained in:
IntelOrca
2014-11-30 20:26:53 +00:00
parent 30e2235b5e
commit d00001fed2
51 changed files with 17 additions and 78 deletions

View File

@@ -18,7 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include <assert.h>
#include "../addresses.h"
#include "../config.h"
#include "../drawing/drawing.h"

View File

@@ -18,9 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include <windows.h>
#include <memory.h>
#include <stdlib.h>
#include "../addresses.h"
#include "../drawing/drawing.h"
#include "../input.h"

View File

@@ -18,7 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#include <string.h>
#include "../addresses.h"
#include "../audio/audio.h"
#include "../game.h"