From 6ea618776913bab2874f1bc036c604772c860ed5 Mon Sep 17 00:00:00 2001 From: annabunches Date: Mon, 1 Nov 2021 15:38:39 -0400 Subject: [PATCH] Remove now-useless includes. --- Joystick.cpp | 1 - Joystick.h | 1 - 2 files changed, 2 deletions(-) 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;