Got rid of the now useless main.h #include.
This commit is contained in:
parent
02e5cc2e14
commit
2022eb33c5
|
@ -1,4 +1,4 @@
|
||||||
#include "main.h"
|
#include "App/App.h"
|
||||||
|
|
||||||
Dough::Logger logger("MAIN");
|
Dough::Logger logger("MAIN");
|
||||||
|
|
||||||
|
|
11
src/main.h
11
src/main.h
|
@ -1,11 +0,0 @@
|
||||||
#ifndef DOUGHBOY_H
|
|
||||||
#define DOUGHBOY_H
|
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
#include "App/App.h"
|
|
||||||
#include "App/AppStateController.h"
|
|
||||||
#include "UI/Button.h"
|
|
||||||
#include "UI/UI.h"
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue