diff options
Diffstat (limited to 'include/ingen/AtomWriter.hpp')
-rw-r--r-- | include/ingen/AtomWriter.hpp | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/include/ingen/AtomWriter.hpp b/include/ingen/AtomWriter.hpp index 492e7ff6..e391870d 100644 --- a/include/ingen/AtomWriter.hpp +++ b/include/ingen/AtomWriter.hpp @@ -17,19 +17,21 @@ #ifndef INGEN_ATOMWRITER_HPP #define INGEN_ATOMWRITER_HPP -#include "ingen/AtomForge.hpp" -#include "ingen/Interface.hpp" -#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" +#include <ingen/AtomForge.hpp> +#include <ingen/Interface.hpp> +#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> #include <cstdint> -namespace raul { class Path; } +namespace raul { +class Path; +} // namespace raul namespace ingen { |