From a4f00a0a23876161b03f7c4abfddf413d851b4de Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Mon, 22 Nov 2021 16:45:52 +0000 Subject: [PATCH] No longer need encoder include in Joystick. --- Joystick.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Joystick.h b/Joystick.h index 983c80c..d9b2f56 100644 --- a/Joystick.h +++ b/Joystick.h @@ -4,7 +4,6 @@ #include "Button.h" #include #include -#include #include using namespace admux;