From e593e0a06040550db7eec7126b7dcd54ac5ca240 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Tue, 21 Apr 2020 21:13:33 -0700 Subject: [PATCH] Update includes --- button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/button.cpp b/button.cpp index 2c742c6..ac221ac 100644 --- a/button.cpp +++ b/button.cpp @@ -4,7 +4,7 @@ #include "color_theme.h" #include "nano_gui.h" -#include "ubitx.h"//b +#include "scratch_space.h" void drawButton(Button* button) {