Removed unnecessary cstddef includes
This commit is contained in:
parent
99cc6d9ad3
commit
bc4c49134d
5 changed files with 2 additions and 7 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <cstddef>
|
||||
|
||||
namespace SimpleWeb {
|
||||
inline bool case_insensitive_equal(const std::string &str1, const std::string &str2) noexcept {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue