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/array_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/array_test.cpp') diff --git a/test/array_test.cpp b/test/array_test.cpp index ea9eb13..a1a4132 100644 --- a/test/array_test.cpp +++ b/test/array_test.cpp @@ -14,10 +14,10 @@ along with Raul. If not, see . */ -#include - #include "raul/Array.hpp" +#include + int main(int argc, char** argv) { -- cgit v1.2.1