diff options
Diffstat (limited to 'include/ingen/Properties.hpp')
-rw-r--r-- | include/ingen/Properties.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/Properties.hpp b/include/ingen/Properties.hpp index 9151372b..5f953902 100644 --- a/include/ingen/Properties.hpp +++ b/include/ingen/Properties.hpp @@ -17,9 +17,9 @@ #ifndef INGEN_PROPERTIES_HPP #define INGEN_PROPERTIES_HPP -#include "ingen/Atom.hpp" -#include "ingen/URI.hpp" -#include "ingen/URIs.hpp" +#include <ingen/Atom.hpp> +#include <ingen/URI.hpp> +#include <ingen/URIs.hpp> #include <initializer_list> #include <map> |