devnoname120 / vhbb

Browse, download, and launch Vita homebrews!

Home Page:https://vhbb.download/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up includes

robsdedude opened this issue · comments

Especially the global_include.h should be removed and all units should just include what they need.

One idea is to do a text replace (replace include "global_include.h" with it's content) and use some include optimizer to get rid of unused includes afterwards. Should be easy enough that way.

commented

Closed by 3fb7300.