[nostalgia/core/userland] Remove unnecessary includes

This commit is contained in:
Gary Talent 2021-05-15 01:41:23 -05:00
parent 827ba7dcdb
commit 314b177666
2 changed files with 0 additions and 6 deletions

View File

@ -6,9 +6,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <array>
#include <ox/std/assert.hpp>
#include <ox/std/bstring.hpp>
#include <ox/std/trace.hpp>

View File

@ -14,9 +14,6 @@
#include <GLES3/gl3.h>
#endif
#include <ox/std/error.hpp>
#include <ox/std/trace.hpp>
namespace nostalgia::core::renderer {
struct Empty {};