From 02b34e860bcc8a2840049dd29984331ac176c2b9 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 19 Jul 2017 08:28:55 +0200 Subject: [PATCH] Changed include guards in status_code.hpp --- status_code.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status_code.hpp b/status_code.hpp index 2c699f6..747512b 100644 --- a/status_code.hpp +++ b/status_code.hpp @@ -1,5 +1,5 @@ -#ifndef SIMPLE_WEB_SERVER_STATUS_CODE_HPP -#define SIMPLE_WEB_SERVER_STATUS_CODE_HPP +#ifndef SIMPLE_WEB_STATUS_CODE_HPP +#define SIMPLE_WEB_STATUS_CODE_HPP #include #include @@ -154,4 +154,4 @@ namespace SimpleWeb { } } // namespace SimpleWeb -#endif // SIMPLE_WEB_SERVER_STATUS_CODE_HPP +#endif // SIMPLE_WEB_STATUS_CODE_HPP