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 */