minor changes
This commit is contained in:
parent
625de45065
commit
f018ce81ff
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef SERVER_HPP
|
||||
#define SERVER_HPP
|
||||
#ifndef SERVER_HTTP_HPP
|
||||
#define SERVER_HTTP_HPP
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
|
||||
|
|
@ -198,4 +198,4 @@ namespace SimpleWeb {
|
|||
}
|
||||
};
|
||||
}
|
||||
#endif /* SERVER_HPP */
|
||||
#endif /* SERVER_HTTP_HPP */
|
||||
Loading…
Add table
Add a link
Reference in a new issue