[apps] Clean unnecessary AppsContainer class declarations and header inclusions

This commit is contained in:
Ruben Dashyan
2019-05-17 14:58:04 +02:00
committed by EmilieNumworks
parent 5548767809
commit 62cec10b46
28 changed files with 3 additions and 39 deletions

View File

@@ -1,7 +1,6 @@
#include "values_controller.h"
#include "function_app.h"
#include "../constant.h"
#include "../apps_container.h"
#include "poincare_helpers.h"
#include <assert.h>
@@ -342,4 +341,3 @@ FunctionStore * ValuesController::functionStore() const {
}
}