Remove unused include

This commit is contained in:
Patricia Aas 2021-10-05 09:47:55 +02:00
parent 88f81cd0ae
commit b79c44c491
3 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
#include "Blinky.hpp" #include "Blinky.hpp"
#include "GameState.hpp"
namespace pacman { namespace pacman {

View file

@ -1,5 +1,4 @@
#include "Inky.hpp" #include "Inky.hpp"
#include "GameState.hpp"
namespace pacman { namespace pacman {

View file

@ -1,5 +1,4 @@
#include "Pinky.hpp" #include "Pinky.hpp"
#include "GameState.hpp"
namespace pacman { namespace pacman {