Cleanup of include guards

This commit is contained in:
eidheim 2019-06-25 11:56:21 +02:00
commit fc43fc362d
6 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
#ifndef SERVER_HTTP_HPP
#define SERVER_HTTP_HPP
#ifndef SIMPLE_WEB_SERVER_HTTP_HPP
#define SIMPLE_WEB_SERVER_HTTP_HPP
#include "asio_compatibility.hpp"
#include "mutex.hpp"
@ -793,4 +793,4 @@ namespace SimpleWeb {
};
} // namespace SimpleWeb
#endif /* SERVER_HTTP_HPP */
#endif /* SIMPLE_WEB_SERVER_HTTP_HPP */