Remove cyclic include

This commit is contained in:
Jack Andersen
2018-08-09 20:18:42 -10:00
parent d2dbd99ad6
commit 075747c418
7 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include <limits.h>
#define __STDC_FORMAT_MACROS
#include <cinttypes>
#include "athena/Utility.hpp"
#ifndef _WIN32
#include <dirent.h>

View File

@@ -1,4 +1,5 @@
#include "athena/Global.hpp"
#include "athena/Utility.hpp"
#include <cstdio>
#include <cstdarg>
#include <cstdlib>