[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

@@ -2,7 +2,7 @@ extern "C" {
#include <assert.h>
}
#include <escher/stack_view_controller.h>
#include <escher/app.h>
#include <escher/container.h>
#include <escher/metric.h>
StackViewController::ControllerView::ControllerView() :