summaryrefslogtreecommitdiffstats
path: root/src/gui/MessagesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/MessagesWindow.hpp')
-rw-r--r--src/gui/MessagesWindow.hpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/gui/MessagesWindow.hpp b/src/gui/MessagesWindow.hpp
index 45301889..0a70e76c 100644
--- a/src/gui/MessagesWindow.hpp
+++ b/src/gui/MessagesWindow.hpp
@@ -19,11 +19,10 @@
#include "Window.hpp"
-#include "lv2/urid/urid.h"
+#include <lv2/urid/urid.h>
#include <glibmm/refptr.h>
#include <gtkmm/texttag.h>
-#include <gtkmm/window.h>
#include <cstdarg>
#include <map>
@@ -37,10 +36,7 @@ class Button;
class TextView;
} // namespace Gtk
-namespace ingen {
-namespace gui {
-
-class App;
+namespace ingen::gui {
/** Messages Window.
*
@@ -75,7 +71,6 @@ private:
std::map< LV2_URID, Glib::RefPtr<Gtk::TextTag> > _tags;
};
-} // namespace gui
-} // namespace ingen
+} // namespace ingen::gui
#endif // INGEN_GUI_MESSAGESWINDOW_HPP