Remove unused include
This commit is contained in:
parent
88f81cd0ae
commit
b79c44c491
3 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include "Blinky.hpp"
|
#include "Blinky.hpp"
|
||||||
#include "GameState.hpp"
|
|
||||||
|
|
||||||
namespace pacman {
|
namespace pacman {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include "Inky.hpp"
|
#include "Inky.hpp"
|
||||||
#include "GameState.hpp"
|
|
||||||
|
|
||||||
namespace pacman {
|
namespace pacman {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include "Pinky.hpp"
|
#include "Pinky.hpp"
|
||||||
#include "GameState.hpp"
|
|
||||||
|
|
||||||
namespace pacman {
|
namespace pacman {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue