From b75e52c16bfaccf56621883ac0a9f27bf99c8661 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Sat, 21 Oct 2017 20:44:02 +0200 Subject: Move code related to SwatchesPanel where it belongs panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. --- src/ui/dialog/input.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/dialog/input.cpp') diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp index 5a27056f3..3fdd2a6cf 100644 --- a/src/ui/dialog/input.cpp +++ b/src/ui/dialog/input.cpp @@ -29,6 +29,7 @@ #include #include #include +#include #include "device-manager.h" #include "preferences.h" -- cgit v1.2.3