diff options
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r-- | ingen/Resource.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index 94d92e12..eb624e07 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -17,15 +17,14 @@ #ifndef INGEN_RESOURCE_HPP #define INGEN_RESOURCE_HPP -#include <cassert> -#include <string> - #include "ingen/Properties.hpp" #include "ingen/URI.hpp" #include "ingen/URIs.hpp" #include "ingen/ingen.h" #include "raul/Deletable.hpp" +#include <cassert> + namespace ingen { class Atom; |