[escher] Include container.h instead of app.h

app.h did actually include container.h
This commit is contained in:
Ruben Dashyan
2019-07-17 11:04:49 +02:00
committed by EmilieNumworks
parent 0531187cda
commit 17795eed87
16 changed files with 14 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ extern "C" {
}
#include <escher/tab_view_controller.h>
#include <escher/metric.h>
#include <escher/app.h>
#include <escher/container.h>
TabViewController::ContentView::ContentView() :
View(),