mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-09 21:48:01 +00:00
General: Include headers directly where necessary
Ensures includes are explicitly included where necessary to avoid indirect inclusions.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <cstdio>
|
||||
#include "nod/Util.hpp"
|
||||
#include "nod/IDiscIO.hpp"
|
||||
#include "nod/IFileIO.hpp"
|
||||
#include "nod/Util.hpp"
|
||||
|
||||
namespace nod {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user