summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r--tests/TestClient.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index b234d7c2..e76e4aa5 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -17,11 +17,11 @@
#ifndef INGEN_TESTCLIENT_HPP
#define INGEN_TESTCLIENT_HPP
-#include <boost/variant/get.hpp>
-
#include "ingen/Interface.hpp"
#include "ingen/Log.hpp"
+#include <boost/variant/get.hpp>
+
using namespace ingen;
class TestClient : public ingen::Interface