From 6a08c7997967816c959ac76dbf296a0f1215b295 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Thu, 12 Nov 2020 01:31:42 +0100 Subject: Fix include guards --- include/raul/Exception.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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). */ -- cgit v1.2.1