From 143f3b96460efad75ba1f0d2a7823f5f075cf17d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 2 Jul 2020 14:42:53 +0100 Subject: [PATCH] Backport header improvements from #133 Thanks to GabrielRavier for these --- src/BulHit.cpp | 2 ++ src/Game.cpp | 1 - src/PixTone.cpp | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BulHit.cpp b/src/BulHit.cpp index e9524af0..50330203 100644 --- a/src/BulHit.cpp +++ b/src/BulHit.cpp @@ -2,6 +2,8 @@ #include +#include "WindowsWrapper.h" + #include "Bullet.h" #include "Caret.h" #include "Game.h" diff --git a/src/Game.cpp b/src/Game.cpp index f4eaa39f..553c5c64 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -2,7 +2,6 @@ #include #include -#include #include "WindowsWrapper.h" diff --git a/src/PixTone.cpp b/src/PixTone.cpp index efb28f4b..b069c2c0 100644 --- a/src/PixTone.cpp +++ b/src/PixTone.cpp @@ -1,7 +1,6 @@ #include "PixTone.h" #include -#include #include #include "WindowsWrapper.h"