[escher] Cleaner app header inclusion

This commit is contained in:
Ruben Dashyan
2019-07-17 10:56:32 +02:00
committed by EmilieNumworks
parent 1dd39f6f6b
commit 0531187cda
3 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
#define ESCHER_SELECTABLE_TABLE_VIEW_H
#include <escher/table_view.h>
#include <escher/app.h>
#include <escher/selectable_table_view_data_source.h>
#include <escher/selectable_table_view_delegate.h>
#include <escher/table_view_data_source.h>

View File

@@ -1,4 +1,5 @@
#include <escher/nested_menu_controller.h>
#include <escher/app.h>
#include <escher/metric.h>
#include <assert.h>
#include <string.h>

View File

@@ -1,4 +1,5 @@
#include <escher/selectable_table_view.h>
#include <escher/app.h>
#include <escher/clipboard.h>
#include <escher/metric.h>
#include <assert.h>