[apps] In Shared, move cartesian_function.* to continuous_function.*

This commit is contained in:
Ruben Dashyan
2019-09-09 16:25:32 +02:00
committed by LeaNumworks
parent df2897925b
commit 5f9464a548
9 changed files with 10 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
#define GRAPH_FUNCTION_PARAM_CONTROLLER_H
#include "../../shared/expiring_pointer.h"
#include "../../shared/cartesian_function.h"
#include "../../shared/continuous_function.h"
#include "../../shared/values_function_parameter_controller.h"
namespace Graph {