Fixed the includes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user