diff options
author | David Robillard <d@drobilla.net> | 2019-12-08 15:28:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-08 20:59:06 +0100 |
commit | 1953452f3dc0c919b17f6f1ee555f5642480db44 (patch) | |
tree | d5d7b3c8a1af9bbb90a60868e76054383fa4e7fc /ingen | |
parent | 07821c99f75c574bff76cb6c7ceefa4f3d597140 (diff) | |
download | ingen-1953452f3dc0c919b17f6f1ee555f5642480db44.tar.gz ingen-1953452f3dc0c919b17f6f1ee555f5642480db44.tar.bz2 ingen-1953452f3dc0c919b17f6f1ee555f5642480db44.zip |
Cleanup: Fix some includes and forward declarations
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/AtomWriter.hpp | 1 | ||||
-rw-r--r-- | ingen/Parser.hpp | 2 | ||||
-rw-r--r-- | ingen/Serialiser.hpp | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp index 6c1786f4..f9052d93 100644 --- a/ingen/AtomWriter.hpp +++ b/ingen/AtomWriter.hpp @@ -22,6 +22,7 @@ #include "ingen/Message.hpp" #include "ingen/Properties.hpp" #include "ingen/Resource.hpp" +#include "ingen/URI.hpp" #include "ingen/ingen.h" #include "lv2/atom/forge.h" #include "lv2/urid/urid.h" diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp index acaf3b90..8d868a8c 100644 --- a/ingen/Parser.hpp +++ b/ingen/Parser.hpp @@ -30,8 +30,6 @@ #include <string> #include <utility> -namespace Raul { class Path; } -namespace Raul { class Symbol; } namespace Sord { class World; } namespace ingen { diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp index c19ff19c..4980a36d 100644 --- a/ingen/Serialiser.hpp +++ b/ingen/Serialiser.hpp @@ -17,6 +17,7 @@ #ifndef INGEN_SERIALISER_HPP #define INGEN_SERIALISER_HPP +#include "ingen/FilePath.hpp" #include "ingen/Properties.hpp" #include "ingen/ingen.h" #include "ingen/types.hpp" |