mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
Remove cyclic include
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <limits.h>
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <cinttypes>
|
||||
#include "athena/Utility.hpp"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <dirent.h>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "athena/Global.hpp"
|
||||
#include "athena/Utility.hpp"
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <cstdlib>
|
||||
|
||||
Reference in New Issue
Block a user