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 CLIENT_HTTP_HPP
|
||||
#define CLIENT_HTTP_HPP
|
||||
#ifndef SIMPLE_WEB_CLIENT_HTTP_HPP
|
||||
#define SIMPLE_WEB_CLIENT_HTTP_HPP
|
||||
|
||||
#include "asio_compatibility.hpp"
|
||||
#include "mutex.hpp"
|
||||
|
|
@ -798,4 +798,4 @@ namespace SimpleWeb {
|
|||
};
|
||||
} // namespace SimpleWeb
|
||||
|
||||
#endif /* CLIENT_HTTP_HPP */
|
||||
#endif /* SIMPLE_WEB_CLIENT_HTTP_HPP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue