mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-10 14:07:51 +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,6 +1,10 @@
|
||||
#include <cstdio>
|
||||
#include "nod/nod.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "nod/DiscBase.hpp"
|
||||
#include "nod/DiscGCN.hpp"
|
||||
#include "nod/DiscWii.hpp"
|
||||
|
||||
namespace nod {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user