diff options
Diffstat (limited to 'raul/Path.hpp')
-rw-r--r-- | raul/Path.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/Path.hpp b/raul/Path.hpp index 2d0c9c7..d5116d2 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -17,12 +17,12 @@ #ifndef RAUL_PATH_HPP #define RAUL_PATH_HPP -#include <algorithm> -#include <string> - #include "raul/Exception.hpp" #include "raul/Symbol.hpp" +#include <algorithm> +#include <string> + namespace Raul { /** A restricted path of Symbols separated by, and beginning with, "/". |