diff options
Diffstat (limited to 'raul/Path.hpp')
-rw-r--r-- | raul/Path.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/Path.hpp b/raul/Path.hpp index a00740a..dd53ee5 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -18,11 +18,10 @@ #ifndef RAUL_PATH_HPP #define RAUL_PATH_HPP -#include <iostream> +#include <cassert> #include <cctype> -#include <string> #include <cstring> -#include <cassert> +#include <string> #include "raul/Symbol.hpp" #include "raul/URI.hpp" |