reduce unnecessary header includes

This commit is contained in:
Fischlurch 2017-02-02 19:57:01 +01:00
parent 04cb0790e8
commit fb8923036d
2 changed files with 4 additions and 18 deletions

View file

@ -22,15 +22,11 @@
#include "gui/gtk-lumiera.hpp"
#include "gui/config-keys.hpp"
#include "gui/workspace/ui-manager.hpp"
#include "workspace-window.hpp"
#include "gui/workspace/ui-manager.hpp"
#include "gui/workspace/panel-manager.hpp"
#include "include/logging.h"
#include <gtkmm/stock.h>
#ifdef ENABLE_NLS
# include <libintl.h>
#endif

View file

@ -32,22 +32,12 @@
#define GUI_WORKSPACE_WORKSPACE_WINDOW_H
#include "gui/workspace/actions.hpp"
#include "gui/gtk-base.hpp"
#include "gui/workspace/panel-manager.hpp"
#include <gtkmm.h>
using namespace gui::panel; ///////////////////////////////////////////////////////////////////////////TICKET #1071 no wildcard includes please!
namespace gui {
namespace model {
class Project;
}
namespace controller {
class Controller;
}
namespace workspace {
namespace workspace {
class UiManager;