[apps] Clean header inclusions

This commit is contained in:
Ruben Dashyan
2019-09-09 14:54:34 +02:00
committed by LeaNumworks
parent 0466d00588
commit 3172992e11
4 changed files with 0 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
#define GRAPH_CALCULATION_PARAMETER_CONTROLLER_H
#include <escher.h>
#include "../cartesian_function_store.h"
#include "preimage_parameter_controller.h"
#include "tangent_graph_controller.h"
#include "extremum_graph_controller.h"

View File

@@ -2,7 +2,6 @@
#define GRAPH_INTERSECTION_GRAPH_CONTROLLER_H
#include "calculation_graph_controller.h"
#include "../cartesian_function_store.h"
namespace Graph {

View File

@@ -6,7 +6,6 @@
#include "graph_controller_helper.h"
#include "../../shared/simple_interactive_curve_view_controller.h"
#include "../../shared/function_banner_delegate.h"
#include "../cartesian_function_store.h"
namespace Graph {

View File

@@ -1,6 +1,5 @@
#include "variable_box_empty_controller.h"
#include <poincare/layout_helper.h>
#include "graph/cartesian_function_store.h"
#include <apps/i18n.h>
#include <assert.h>