summaryrefslogtreecommitdiffstats
path: root/raul/Symbol.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Symbol.hpp')
-rw-r--r--raul/Symbol.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp
index 7c650ee..735d901 100644
--- a/raul/Symbol.hpp
+++ b/raul/Symbol.hpp
@@ -18,11 +18,12 @@
#ifndef RAUL_SYMBOL_HPP
#define RAUL_SYMBOL_HPP
-#include <iostream>
+#include <cassert>
#include <cctype>
-#include <string>
#include <cstring>
-#include <cassert>
+#include <iostream>
+#include <string>
+
#include <glib.h>
namespace Raul {