[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

@@ -4,8 +4,6 @@
#include <escher.h>
#include "app_cell.h"
class AppsContainer;
namespace Home {
class Controller : public ViewController, public SimpleTableViewDataSource, public SelectableTableViewDelegate {