From d6744d73957bb23a57a5d2c1f207eb239d1a6d0d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 21:09:11 +0200 Subject: Clean up includes --- test/symbol_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/symbol_test.cpp') diff --git a/test/symbol_test.cpp b/test/symbol_test.cpp index 5164998..edc8879 100644 --- a/test/symbol_test.cpp +++ b/test/symbol_test.cpp @@ -14,11 +14,11 @@ along with Raul. If not, see . */ -#include +#include "raul/Symbol.hpp" + #include #include - -#include "raul/Path.hpp" +#include using namespace std; using namespace Raul; -- cgit v1.2.1