summaryrefslogtreecommitdiffstats
path: root/src/client/ingen_client.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-10 12:55:11 -0500
committerDavid Robillard <d@drobilla.net>2025-02-10 16:07:44 -0500
commit270c5ae9ff1fda19864b9aea9232f3cd48c879a8 (patch)
tree0ed89d69887590167275c3656e15599852969c12 /src/client/ingen_client.cpp
parent8b50a27c323c0a8327c90cc139a6005486e8b834 (diff)
downloadingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.tar.gz
ingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.tar.bz2
ingen-270c5ae9ff1fda19864b9aea9232f3cd48c879a8.zip
Clean up includes and forward declarations
Diffstat (limited to 'src/client/ingen_client.cpp')
-rw-r--r--src/client/ingen_client.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp
index 2f1a8aa6..88619115 100644
--- a/src/client/ingen_client.cpp
+++ b/src/client/ingen_client.cpp
@@ -16,18 +16,13 @@
#include <ingen/Module.hpp>
-namespace ingen {
-
-class World;
-
-namespace client {
+namespace ingen::client {
struct ClientModule : public ingen::Module {
void load(ingen::World& world) override {}
};
-} // namespace client
-} // namespace ingen
+} // namespace ingen::client
extern "C" {