summaryrefslogtreecommitdiffstats
path: root/src/gui/Style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Style.cpp')
-rw-r--r--src/gui/Style.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp
index bce98648..f1f1b12b 100644
--- a/src/gui/Style.cpp
+++ b/src/gui/Style.cpp
@@ -18,13 +18,12 @@
#include "App.hpp"
-#include "ingen/URIs.hpp"
-#include "ingen/client/PortModel.hpp"
+#include <ingen/URIs.hpp>
+#include <ingen/client/PortModel.hpp>
#include <string>
-namespace ingen {
-namespace gui {
+namespace ingen::gui {
Style::Style(App& app)
: _app(app)
@@ -97,5 +96,4 @@ Style::get_port_color(const client::PortModel* p)
return 0x555555FF;
}
-} // namespace gui
-} // namespace ingen
+} // namespace ingen::gui