Remove unnecessary header

This commit is contained in:
Justin Scofield
2022-07-23 14:33:55 -04:00
parent 955f9f4222
commit 8aa19eae7e
4 changed files with 5 additions and 7 deletions

1
src/lib/abseil-cpp Submodule

Submodule src/lib/abseil-cpp added at 701185dbce

View File

@@ -1,4 +1,4 @@
#include "yaze.h"
#include "app/core/controller.h"
int main(int argc, char** argv) {
yaze::app::core::Controller controller;

View File

@@ -1,6 +0,0 @@
#ifndef YAZE_YAZE_H
#define YAZE_YAZE_H
#include "app/core/controller.h"
#endif // YAZE_YAZE_H