Changed include guards in status_code.hpp

This commit is contained in:
eidheim 2017-07-19 08:28:55 +02:00
commit 02b34e860b

View file

@ -1,5 +1,5 @@
#ifndef SIMPLE_WEB_SERVER_STATUS_CODE_HPP
#define SIMPLE_WEB_SERVER_STATUS_CODE_HPP
#ifndef SIMPLE_WEB_STATUS_CODE_HPP
#define SIMPLE_WEB_STATUS_CODE_HPP
#include <string>
#include <vector>
@ -154,4 +154,4 @@ namespace SimpleWeb {
}
} // namespace SimpleWeb
#endif // SIMPLE_WEB_SERVER_STATUS_CODE_HPP
#endif // SIMPLE_WEB_STATUS_CODE_HPP