mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Clean up #includes
Remove unused headers, and avoid relying on transitive inclusions `include-what-you-use` has been very useful for this!
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
|
||||
#include "error.hpp"
|
||||
#include "extern/utf8decoder.hpp"
|
||||
#include "itertools.hpp"
|
||||
#include "helpers.hpp"
|
||||
#include "linkdefs.hpp"
|
||||
#include "platform.hpp"
|
||||
|
||||
#include "link/main.hpp"
|
||||
#include "link/symbol.hpp"
|
||||
|
||||
Reference in New Issue
Block a user