summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 00:25:59 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 00:25:59 -0400
commit607f8d1b51f28dba773a1304b0a46314a326bf09 (patch)
tree1cb03517e1f5246d8822b6af639d357b6b41f3b2 /src/ingen
parent11b57c89ea8e7d1333f859515233484ac9749729 (diff)
downloadingen-607f8d1b51f28dba773a1304b0a46314a326bf09.tar.gz
ingen-607f8d1b51f28dba773a1304b0a46314a326bf09.tar.bz2
ingen-607f8d1b51f28dba773a1304b0a46314a326bf09.zip
Clean up includes and forward declarations
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/ingen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp
index a20689ea..6917c9b7 100644
--- a/src/ingen/ingen.cpp
+++ b/src/ingen/ingen.cpp
@@ -17,7 +17,6 @@
#include "ingen/Atom.hpp"
#include "ingen/Configuration.hpp"
#include "ingen/EngineBase.hpp"
-#include "ingen/FilePath.hpp"
#include "ingen/Interface.hpp"
#include "ingen/Message.hpp"
#include "ingen/Parser.hpp"