From 5897d1ffad87c65fa2ebd0408e935af4ee5b4ab8 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Fri, 28 Oct 2016 16:52:57 +0200 Subject: [PATCH] clean-up: unnecessary includes they'll hamper the investigation by causing extended compilation round-trip --- src/gui/workspace/workspace-window.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/workspace/workspace-window.hpp b/src/gui/workspace/workspace-window.hpp index 61b0e3f08..7569c7d70 100644 --- a/src/gui/workspace/workspace-window.hpp +++ b/src/gui/workspace/workspace-window.hpp @@ -35,10 +35,6 @@ #include "gui/workspace/actions.hpp" #include "gui/workspace/panel-manager.hpp" -#include "gui/panel/assets-panel.hpp" -#include "gui/panel/viewer-panel.hpp" -#include "gui/panel/timeline-panel.hpp" - #include using namespace gui::panel;