From 252c6973775952c5fb3cf216ffcdac5bee6e0b94 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 12 Mar 2023 15:02:06 +0100 Subject: [PATCH] implemented flags header rename --- src/chat/main/client.c | 2 +- src/chat/main/server.c | 2 +- src/chat/misc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chat/main/client.c b/src/chat/main/client.c index 657fcbc..6edf75d 100644 --- a/src/chat/main/client.c +++ b/src/chat/main/client.c @@ -25,7 +25,7 @@ along with this program. If not, see . #include -#include +#include #include #include diff --git a/src/chat/main/server.c b/src/chat/main/server.c index 1459943..bdafcb1 100644 --- a/src/chat/main/server.c +++ b/src/chat/main/server.c @@ -25,7 +25,7 @@ along with this program. If not, see . #include -#include +#include #include #include diff --git a/src/chat/misc.c b/src/chat/misc.c index cfabfdb..1a22038 100644 --- a/src/chat/misc.c +++ b/src/chat/misc.c @@ -27,7 +27,7 @@ along with this program. If not, see . #include -#include +#include #include //LINKED LIST STUFF (BIT CHANGED memory.c'S VERSION)