mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 19:18:46 +02:00
「✏️」 norm(includes): cleaned headers
This commit is contained in:
@ -6,15 +6,15 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/14 14:14:39 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/20 11:25:37 by mmoussou ### ########.fr */
|
||||
/* Updated: 2025/04/22 12:04:57 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config/default.hpp"
|
||||
#include "default.hpp"
|
||||
#include "requests/default.hpp"
|
||||
#include <config/default.hpp>
|
||||
#include <server/default.hpp>
|
||||
#include <requests/default.hpp>
|
||||
#include <netinet/in.h>
|
||||
#include <webserv.hpp>
|
||||
|
||||
@ -23,7 +23,7 @@ namespace server {
|
||||
|
||||
class Client {
|
||||
public:
|
||||
Client(int, sockaddr_in, config::Server *);
|
||||
Client(int, sockaddr_in, config::Config *);
|
||||
virtual ~Client(void);
|
||||
|
||||
void answer(void);
|
||||
|
@ -6,13 +6,13 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/11 17:45:43 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/21 10:46:31 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/04/22 11:51:27 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "log.hpp"
|
||||
#include <log.hpp>
|
||||
#include <config/default.hpp>
|
||||
#include <fcntl.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -6,14 +6,14 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/11 13:29:05 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/04/17 11:05:59 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/04/22 12:04:53 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Server.hpp"
|
||||
#include "Client.hpp"
|
||||
#include <server/Server.hpp>
|
||||
#include <server/Client.hpp>
|
||||
|
||||
namespace webserv {
|
||||
|
||||
|
Reference in New Issue
Block a user