diff options
Diffstat (limited to 'raul/PathTable.hpp')
-rw-r--r-- | raul/PathTable.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/PathTable.hpp b/raul/PathTable.hpp index 65b7cc8..f7ff916 100644 --- a/raul/PathTable.hpp +++ b/raul/PathTable.hpp @@ -18,8 +18,8 @@ #ifndef RAUL_PATH_TABLE_HPP #define RAUL_PATH_TABLE_HPP -#include <raul/Path.hpp> -#include <raul/Table.hpp> +#include "raul/Path.hpp" +#include "raul/Table.hpp" namespace Raul { |