implemented flags header rename

This commit is contained in:
Václav Šmejkal 2023-03-12 15:02:06 +01:00
parent cd5d290a13
commit 252c697377
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <pthread.h>
#include <why2/chat/common.h>
#include <why2/chat/flags.h>
#include <why2/chat/misc.h>
#include <why2/misc.h>

View File

@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <pthread.h>
#include <why2/chat/common.h>
#include <why2/chat/flags.h>
#include <why2/chat/misc.h>
#include <why2/misc.h>

View File

@ -27,7 +27,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <pthread.h>
#include <why2/chat/common.h>
#include <why2/chat/flags.h>
#include <why2/memory.h>
//LINKED LIST STUFF (BIT CHANGED memory.c'S VERSION)