clean-up GUI includes. Solving problems with tr1::ref vs. boost::ref
This commit is contained in:
parent
606251749e
commit
4f1d7e1d3f
3 changed files with 7 additions and 5 deletions
|
|
@ -27,11 +27,12 @@
|
|||
#ifndef PANEL_HPP
|
||||
#define PANEL_HPP
|
||||
|
||||
#include <gdl/gdl-dock-item.h>
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/widgets/panel-bar.hpp"
|
||||
|
||||
#include <gdl/gdl-dock-item.h>
|
||||
|
||||
namespace gui {
|
||||
|
||||
namespace workspace {
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@
|
|||
* *****************************************************/
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/panels/viewer-panel.hpp"
|
||||
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
#include "gui/controller/controller.hpp"
|
||||
#include "gui/controller/playback-controller.hpp"
|
||||
#include "gui/display-service.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
|
||||
#include "viewer-panel.hpp"
|
||||
|
||||
using namespace Gtk;
|
||||
using namespace gui::widgets;
|
||||
|
|
|
|||
|
|
@ -26,11 +26,12 @@
|
|||
#ifndef VIEWER_PANEL_HPP
|
||||
#define VIEWER_PANEL_HPP
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "panel.hpp"
|
||||
#include "gui/panels/panel.hpp"
|
||||
#include "gui/widgets/video-display-widget.hpp"
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
namespace gui {
|
||||
namespace panels {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue