Cleanup of include guards
This commit is contained in:
parent
a743915d72
commit
fc43fc362d
6 changed files with 18 additions and 18 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SERVER_HTTPS_HPP
|
||||
#define SERVER_HTTPS_HPP
|
||||
#ifndef SIMPLE_WEB_SERVER_HTTPS_HPP
|
||||
#define SIMPLE_WEB_SERVER_HTTPS_HPP
|
||||
|
||||
#include "server_http.hpp"
|
||||
|
||||
|
|
@ -82,4 +82,4 @@ namespace SimpleWeb {
|
|||
};
|
||||
} // namespace SimpleWeb
|
||||
|
||||
#endif /* SERVER_HTTPS_HPP */
|
||||
#endif /* SIMPLE_WEB_SERVER_HTTPS_HPP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue