reduce unnecessary header includes
This commit is contained in:
parent
04cb0790e8
commit
fb8923036d
2 changed files with 4 additions and 18 deletions
|
|
@ -22,15 +22,11 @@
|
||||||
|
|
||||||
#include "gui/gtk-lumiera.hpp"
|
#include "gui/gtk-lumiera.hpp"
|
||||||
#include "gui/config-keys.hpp"
|
#include "gui/config-keys.hpp"
|
||||||
#include "gui/workspace/ui-manager.hpp"
|
|
||||||
#include "workspace-window.hpp"
|
#include "workspace-window.hpp"
|
||||||
|
#include "gui/workspace/ui-manager.hpp"
|
||||||
|
#include "gui/workspace/panel-manager.hpp"
|
||||||
#include "include/logging.h"
|
#include "include/logging.h"
|
||||||
|
|
||||||
#include <gtkmm/stock.h>
|
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
|
||||||
# include <libintl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,22 +32,12 @@
|
||||||
#define GUI_WORKSPACE_WORKSPACE_WINDOW_H
|
#define GUI_WORKSPACE_WORKSPACE_WINDOW_H
|
||||||
|
|
||||||
|
|
||||||
#include "gui/workspace/actions.hpp"
|
#include "gui/gtk-base.hpp"
|
||||||
#include "gui/workspace/panel-manager.hpp"
|
#include "gui/workspace/panel-manager.hpp"
|
||||||
|
|
||||||
#include <gtkmm.h>
|
|
||||||
|
|
||||||
using namespace gui::panel; ///////////////////////////////////////////////////////////////////////////TICKET #1071 no wildcard includes please!
|
|
||||||
|
|
||||||
namespace gui {
|
namespace gui {
|
||||||
namespace model {
|
namespace workspace {
|
||||||
class Project;
|
|
||||||
}
|
|
||||||
namespace controller {
|
|
||||||
class Controller;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace workspace {
|
|
||||||
|
|
||||||
class UiManager;
|
class UiManager;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue