Got rid of the now useless main.h #include.

This commit is contained in:
Maurice Makaay 2020-07-19 16:50:59 +02:00
parent 02e5cc2e14
commit 2022eb33c5
2 changed files with 1 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#include "main.h"
#include "App/App.h"
Dough::Logger logger("MAIN");

View File

@ -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