Fixed the includes

This commit is contained in:
Me
2022-07-31 16:53:22 +02:00
parent d4a001e8ba
commit 19f7493aac
8 changed files with 36 additions and 41 deletions

View File

@@ -13,12 +13,12 @@
#ifndef LOCATIONCONFIG_HPP
# define LOCATIONCONFIG_HPP
// includes
// add includes properly
# include <string>
# include <vector>
# include "MethodType.hpp"
# include <map>
# include "Webserv.hpp"
# include <vector>
# include <string>
// again, struct instead?
class LocationConfig
@@ -38,8 +38,6 @@ public:
};
#endif