Merge pull request #131 from GabrielRavier/accurateMinimizeIncludes
Remove unnecessary includes
This commit is contained in:
commit
353798bf41
7 changed files with 1 additions and 11 deletions
|
@ -7,11 +7,7 @@
|
|||
|
||||
#include "CommonDefines.h"
|
||||
#include "Draw.h"
|
||||
#include "Frame.h"
|
||||
#include "Game.h"
|
||||
#include "Main.h"
|
||||
#include "Map.h"
|
||||
#include "Stage.h"
|
||||
|
||||
BACK gBack;
|
||||
int gWaterY;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <ddraw.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1500 // Newer versions of Visual Studio don't support anything earlier than DirectInput8
|
||||
#define DIRECTINPUT_VERSION 0x800
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "CommonDefines.h"
|
||||
#include "WindowsWrapper.h"
|
||||
|
||||
#include "Draw.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "Organya.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ equivalents.
|
|||
|
||||
#include "Sound.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifndef DIRECTSOUND_VERSION
|
||||
#define DIRECTSOUND_VERSION 0x500
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue