diff options
Diffstat (limited to 'include/raul/Exception.hpp')
-rw-r--r-- | include/raul/Exception.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/raul/Exception.hpp b/include/raul/Exception.hpp index da4a0e0..86fe01d 100644 --- a/include/raul/Exception.hpp +++ b/include/raul/Exception.hpp @@ -14,13 +14,13 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef RAUL_EXCEPTION_HPP +#define RAUL_EXCEPTION_HPP + #include <exception> #include <string> #include <utility> -#ifndef RAUL_EXCEPTION_HPP -#define RAUL_EXCEPTION_HPP - namespace Raul { /** An exception (unexpected error). */ |