From f018ce81ffb93faf83c56864ad36db674fc7bb6d Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 13 Jul 2014 01:13:05 +0200 Subject: [PATCH] minor changes --- server_http.hpp | 6 +++--- server_https.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server_http.hpp b/server_http.hpp index 2328ef4..f340612 100644 --- a/server_http.hpp +++ b/server_http.hpp @@ -1,5 +1,5 @@ -#ifndef SERVER_HPP -#define SERVER_HPP +#ifndef SERVER_HTTP_HPP +#define SERVER_HTTP_HPP #include @@ -198,4 +198,4 @@ namespace SimpleWeb { } }; } -#endif /* SERVER_HPP */ \ No newline at end of file +#endif /* SERVER_HTTP_HPP */ \ No newline at end of file diff --git a/server_https.hpp b/server_https.hpp index 752abd6..a0584b0 100644 --- a/server_https.hpp +++ b/server_https.hpp @@ -1,5 +1,5 @@ -#ifndef HTTPSSERVER_HPP -#define HTTPSSERVER_HPP +#ifndef SERVER_HTTPS_HPP +#define SERVER_HTTPS_HPP #include "server_http.hpp" #include @@ -41,5 +41,5 @@ namespace SimpleWeb { } -#endif /* HTTPSSERVER_HPP */ +#endif /* SERVER_HTTPS_HPP */