diff options
Diffstat (limited to 'ingen/Message.hpp')
-rw-r--r-- | ingen/Message.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ingen/Message.hpp b/ingen/Message.hpp index d4423a2e..09444d4a 100644 --- a/ingen/Message.hpp +++ b/ingen/Message.hpp @@ -17,17 +17,17 @@ #ifndef INGEN_MESSAGE_HPP #define INGEN_MESSAGE_HPP -#include <cstdint> -#include <string> - -#include <boost/variant/variant.hpp> - #include "ingen/Atom.hpp" #include "ingen/Properties.hpp" #include "ingen/Resource.hpp" #include "ingen/Status.hpp" #include "raul/Path.hpp" +#include <boost/variant/variant.hpp> + +#include <cstdint> +#include <string> + namespace ingen { struct BundleBegin |