diff --git a/Joystick.cpp b/Joystick.cpp index de8e1e0..aded9f5 100644 --- a/Joystick.cpp +++ b/Joystick.cpp @@ -1,6 +1,5 @@ #include "Joystick.h" #include -#include using std::list; diff --git a/Joystick.h b/Joystick.h index 3e88523..cca7225 100644 --- a/Joystick.h +++ b/Joystick.h @@ -3,7 +3,6 @@ #include #include -#include using std::list;