Do not include global.h

This commit is contained in:
Mateon1
2024-09-25 12:54:04 +02:00
parent f8acddc770
commit e9211e6bea
5 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#ifndef GUARD_STR_DUNGEON_H
#define GUARD_STR_DUNGEON_H
#include "global.h"
#include "constants/monster.h"
#include "structs/dungeon_entity.h"
#include "file_system.h"