summaryrefslogtreecommitdiffstats
path: root/ingen/Serialiser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Serialiser.hpp')
-rw-r--r--ingen/Serialiser.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index c4598f12..11297ff9 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -17,14 +17,13 @@
#ifndef INGEN_SERIALISER_HPP
#define INGEN_SERIALISER_HPP
-#include <stdexcept>
-#include <string>
-
#include "ingen/Properties.hpp"
#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "sord/sordmm.hpp"
+#include <string>
+
namespace Raul { class Path; }
namespace ingen {