Backport header improvements from #133

Thanks to GabrielRavier for these
This commit is contained in:
Clownacy 2020-07-02 14:42:53 +01:00
parent 5983b8e234
commit 143f3b9646
3 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,8 @@
#include <stddef.h>
#include "WindowsWrapper.h"
#include "Bullet.h"
#include "Caret.h"
#include "Game.h"

View file

@ -2,7 +2,6 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include "WindowsWrapper.h"

View file

@ -1,7 +1,6 @@
#include "PixTone.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "WindowsWrapper.h"