summaryrefslogtreecommitdiffstats
path: root/test/symbol_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/symbol_test.cpp')
-rw-r--r--test/symbol_test.cpp6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <cstring>
+#include "raul/Symbol.hpp"
+
#include <iostream>
#include <list>
-
-#include "raul/Path.hpp"
+#include <string>
using namespace std;
using namespace Raul;