Changed include guards in status_code.hpp
This commit is contained in:
parent
e824aba871
commit
02b34e860b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef SIMPLE_WEB_SERVER_STATUS_CODE_HPP
|
#ifndef SIMPLE_WEB_STATUS_CODE_HPP
|
||||||
#define SIMPLE_WEB_SERVER_STATUS_CODE_HPP
|
#define SIMPLE_WEB_STATUS_CODE_HPP
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
@ -154,4 +154,4 @@ namespace SimpleWeb {
|
||||||
}
|
}
|
||||||
} // namespace SimpleWeb
|
} // namespace SimpleWeb
|
||||||
|
|
||||||
#endif // SIMPLE_WEB_SERVER_STATUS_CODE_HPP
|
#endif // SIMPLE_WEB_STATUS_CODE_HPP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue