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 SIMPLE_WEB_ASIO_HPP
|
||||
#define SIMPLE_WEB_ASIO_HPP
|
||||
#ifndef SIMPLE_WEB_ASIO_COMPATIBILITY_HPP
|
||||
#define SIMPLE_WEB_ASIO_COMPATIBILITY_HPP
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
|
@ -68,4 +68,4 @@ namespace SimpleWeb {
|
|||
#endif
|
||||
} // namespace SimpleWeb
|
||||
|
||||
#endif /* SIMPLE_WEB_ASIO_HPP */
|
||||
#endif /* SIMPLE_WEB_ASIO_COMPATIBILITY_HPP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue