mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps\shared] Create a folder shared/
Change-Id: I94e4474ff5ab3bf9db7afd5b3be57b985755ecdf
This commit is contained in:
@@ -4,42 +4,26 @@ include apps/home/Makefile
|
||||
include apps/probability/Makefile
|
||||
include apps/regression/Makefile
|
||||
include apps/settings/Makefile
|
||||
include apps/shared/Makefile
|
||||
include apps/statistics/Makefile
|
||||
#include apps/picview/Makefile
|
||||
|
||||
app_objs += $(addprefix apps/,\
|
||||
apps_container.o\
|
||||
apps_window.o\
|
||||
banner_view.o\
|
||||
battery_view.o\
|
||||
constant.o\
|
||||
cursor_view.o\
|
||||
curve_view.o\
|
||||
curve_view_cursor.o\
|
||||
curve_view_range.o\
|
||||
editable_cell_table_view_controller.o\
|
||||
expression_text_field_delegate.o\
|
||||
float_pair_store.o\
|
||||
float_parameter_controller.o\
|
||||
interactive_curve_view_controller.o\
|
||||
interactive_curve_view_range.o\
|
||||
main.o\
|
||||
memoized_curve_view_range.o\
|
||||
node.o\
|
||||
node_list_view_controller.o\
|
||||
node_navigation_controller.o\
|
||||
preferences.o\
|
||||
range_parameter_controller.o\
|
||||
store_controller.o\
|
||||
store_parameter_controller.o\
|
||||
text_field_delegate_app.o\
|
||||
title_bar_view.o\
|
||||
toolbox_controller.o\
|
||||
toolbox_leaf_cell.o\
|
||||
toolbox_node.o\
|
||||
variable_box_controller.o\
|
||||
variable_box_leaf_cell.o\
|
||||
zoom_parameter_controller.o\
|
||||
)
|
||||
|
||||
# Tracking which source file uses which image is painful. But we need to ensure
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "edit_expression_controller.h"
|
||||
#include "local_context.h"
|
||||
#include "history_controller.h"
|
||||
#include "../text_field_delegate_app.h"
|
||||
#include "../shared/text_field_delegate_app.h"
|
||||
#include <escher.h>
|
||||
|
||||
namespace Calculation {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "graph/graph_controller.h"
|
||||
#include "list/list_controller.h"
|
||||
#include "values/values_controller.h"
|
||||
#include "../text_field_delegate_app.h"
|
||||
#include "../shared/text_field_delegate_app.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define GRAPH_BANNER_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../../banner_view.h"
|
||||
#include "../../shared/banner_view.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#include "goto_parameter_controller.h"
|
||||
#include "banner_view.h"
|
||||
#include "../function.h"
|
||||
#include "../../curve_view_cursor.h"
|
||||
#include "../../interactive_curve_view_range.h"
|
||||
#include "../../shared/curve_view_cursor.h"
|
||||
#include "../../shared/interactive_curve_view_range.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "graph_view.h"
|
||||
#include "../../float_parameter_controller.h"
|
||||
#include "../../curve_view_cursor.h"
|
||||
#include "../../interactive_curve_view_range.h"
|
||||
#include "../../shared/float_parameter_controller.h"
|
||||
#include "../../shared/curve_view_cursor.h"
|
||||
#include "../../shared/interactive_curve_view_range.h"
|
||||
|
||||
namespace Graph {
|
||||
class GoToParameterController : public FloatParameterController {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "banner_view.h"
|
||||
#include "curve_parameter_controller.h"
|
||||
#include "initialisation_parameter_controller.h"
|
||||
#include "../../interactive_curve_view_controller.h"
|
||||
#include "../../shared/interactive_curve_view_controller.h"
|
||||
#include "../function_store.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
#define GRAPH_GRAPH_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../../curve_view.h"
|
||||
#include "../../shared/curve_view.h"
|
||||
#include "../../constant.h"
|
||||
#include "../function_store.h"
|
||||
#include "../../interactive_curve_view_range.h"
|
||||
#include "../../shared/interactive_curve_view_range.h"
|
||||
#include "../../preferences.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define GRAPH_GRAPH_INITIALISATION_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../../interactive_curve_view_range.h"
|
||||
#include "../../shared/interactive_curve_view_range.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "interval.h"
|
||||
#include "../../float_parameter_controller.h"
|
||||
#include "../../shared/float_parameter_controller.h"
|
||||
|
||||
namespace Graph {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <escher.h>
|
||||
#include "../function_store.h"
|
||||
#include "../function_title_cell.h"
|
||||
#include "../../editable_cell_table_view_controller.h"
|
||||
#include "../../shared/editable_cell_table_view_controller.h"
|
||||
#include "interval.h"
|
||||
#include "abscissa_parameter_controller.h"
|
||||
#include "derivative_parameter_controller.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <escher.h>
|
||||
#include <poincare.h>
|
||||
#include "law_controller.h"
|
||||
#include "../text_field_delegate_app.h"
|
||||
#include "../shared/text_field_delegate_app.h"
|
||||
|
||||
namespace Probability {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define PROBABILITE_LAW_H
|
||||
|
||||
#include <poincare.h>
|
||||
#include "../../curve_view_range.h"
|
||||
#include "../../shared/curve_view_range.h"
|
||||
|
||||
namespace Probability {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef PROBABILITY_LAW_CURVE_VIEW_H
|
||||
#define PROBABILITY_LAW_CURVE_VIEW_H
|
||||
|
||||
#include "../curve_view.h"
|
||||
#include "../shared/curve_view.h"
|
||||
#include "../constant.h"
|
||||
#include "law/law.h"
|
||||
#include "calculation/calculation.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define PROBABILITY_PARAMETERS_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../float_parameter_controller.h"
|
||||
#include "../shared/float_parameter_controller.h"
|
||||
#include "law/law.h"
|
||||
#include "calculation_controller.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define REGRESSION_APP_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../text_field_delegate_app.h"
|
||||
#include "../shared/text_field_delegate_app.h"
|
||||
#include "store.h"
|
||||
#include "store_controller.h"
|
||||
#include "graph_controller.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define REGRESSION_BANNER_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../banner_view.h"
|
||||
#include "../shared/banner_view.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
#define REGRESSION_GO_TO_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../float_parameter_controller.h"
|
||||
#include "../curve_view_cursor.h"
|
||||
#include "../shared/float_parameter_controller.h"
|
||||
#include "../shared/curve_view_cursor.h"
|
||||
#include "store.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "graph_view.h"
|
||||
#include "initialisation_parameter_controller.h"
|
||||
#include "prediction_parameter_controller.h"
|
||||
#include "../interactive_curve_view_controller.h"
|
||||
#include "../shared/interactive_curve_view_controller.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <escher.h>
|
||||
#include "store.h"
|
||||
#include "../constant.h"
|
||||
#include "../curve_view.h"
|
||||
#include "../shared/curve_view.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "store.h"
|
||||
#include "../curve_view_cursor.h"
|
||||
#include "../shared/curve_view_cursor.h"
|
||||
#include "go_to_parameter_controller.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef REGRESSION_STORE_H
|
||||
#define REGRESSION_STORE_H
|
||||
|
||||
#include "../interactive_curve_view_range.h"
|
||||
#include "../float_pair_store.h"
|
||||
#include "../shared/interactive_curve_view_range.h"
|
||||
#include "../shared/float_pair_store.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "store.h"
|
||||
#include "../store_controller.h"
|
||||
#include "../shared/store_controller.h"
|
||||
|
||||
namespace Regression {
|
||||
|
||||
|
||||
19
apps/shared/Makefile
Normal file
19
apps/shared/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
app_objs += $(addprefix apps/shared/,\
|
||||
banner_view.o\
|
||||
cursor_view.o\
|
||||
curve_view.o\
|
||||
curve_view_cursor.o\
|
||||
curve_view_range.o\
|
||||
editable_cell_table_view_controller.o\
|
||||
expression_text_field_delegate.o\
|
||||
float_pair_store.o\
|
||||
float_parameter_controller.o\
|
||||
interactive_curve_view_controller.o\
|
||||
interactive_curve_view_range.o\
|
||||
memoized_curve_view_range.o\
|
||||
range_parameter_controller.o\
|
||||
store_controller.o\
|
||||
store_parameter_controller.o\
|
||||
text_field_delegate_app.o\
|
||||
zoom_parameter_controller.o\
|
||||
)
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_BANNER_VIEW_H
|
||||
#define APPS_BANNER_VIEW_H
|
||||
#ifndef SHARED_BANNER_VIEW_H
|
||||
#define SHARED_BANNER_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_CURSOR_VIEW_H
|
||||
#define APPS_CURSOR_VIEW_H
|
||||
#ifndef SHARED_CURSOR_VIEW_H
|
||||
#define SHARED_CURSOR_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "curve_view.h"
|
||||
#include "constant.h"
|
||||
#include "../constant.h"
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_CURVE_VIEW_H
|
||||
#define APPS_CURVE_VIEW_H
|
||||
#ifndef SHARED_CURVE_VIEW_H
|
||||
#define SHARED_CURVE_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include <poincare.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_CURVE_VIEW_CURSOR_H
|
||||
#define APPS_CURVE_VIEW_CURSOR_H
|
||||
#ifndef SHARED_CURVE_VIEW_CURSOR_H
|
||||
#define SHARED_CURVE_VIEW_CURSOR_H
|
||||
|
||||
|
||||
class CurveViewCursor {
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_CURVE_VIEW_RANGE_H
|
||||
#define APPS_CURVE_VIEW_RANGE_H
|
||||
#ifndef SHARED_CURVE_VIEW_RANGE_H
|
||||
#define SHARED_CURVE_VIEW_RANGE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "editable_cell_table_view_controller.h"
|
||||
#include "apps_container.h"
|
||||
#include "constant.h"
|
||||
#include "../apps_container.h"
|
||||
#include "../constant.h"
|
||||
#include "text_field_delegate_app.h"
|
||||
#include <assert.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_EDITABLE_CELL_TABLE_VIEW_CONTROLLER_H
|
||||
#define APPS_EDITABLE_CELL_TABLE_VIEW_CONTROLLER_H
|
||||
#ifndef SHARED_EDITABLE_CELL_TABLE_VIEW_CONTROLLER_H
|
||||
#define SHARED_EDITABLE_CELL_TABLE_VIEW_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include <poincare.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "expression_text_field_delegate.h"
|
||||
#include "apps_container.h"
|
||||
#include "../apps_container.h"
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_EXPRESSION_TEXT_FIELD_DELEGATE_H
|
||||
#define APPS_EXPRESSION_TEXT_FIELD_DELEGATE_H
|
||||
#ifndef SHARED_EXPRESSION_TEXT_FIELD_DELEGATE_H
|
||||
#define SHARED_EXPRESSION_TEXT_FIELD_DELEGATE_H
|
||||
|
||||
#include <escher.h>
|
||||
#include <poincare.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_FLOAT_PAIR_STORE_H
|
||||
#define APPS_FLOAT_PAIR_STORE_H
|
||||
#ifndef SHARED_FLOAT_PAIR_STORE_H
|
||||
#define SHARED_FLOAT_PAIR_STORE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "float_parameter_controller.h"
|
||||
#include "constant.h"
|
||||
#include "apps_container.h"
|
||||
#include "../constant.h"
|
||||
#include "../apps_container.h"
|
||||
#include "text_field_delegate_app.h"
|
||||
#include <assert.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_FLOAT_PARAMETER_CONTROLLER_H
|
||||
#define APPS_FLOAT_PARAMETER_CONTROLLER_H
|
||||
#ifndef SHARED_FLOAT_PARAMETER_CONTROLLER_H
|
||||
#define SHARED_FLOAT_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "expression_text_field_delegate.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "interactive_curve_view_controller.h"
|
||||
#include "apps_container.h"
|
||||
#include "../apps_container.h"
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_INTERACTIVE_CURVE_VIEW_CONTROLLER_H
|
||||
#define APPS_INTERACTIVE_CURVE_VIEW_CONTROLLER_H
|
||||
#ifndef SHARED_INTERACTIVE_CURVE_VIEW_CONTROLLER_H
|
||||
#define SHARED_INTERACTIVE_CURVE_VIEW_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "interactive_curve_view_range.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_INTERACTIVE_CURVE_VIEW_RANGE_H
|
||||
#define APPS_INTERACTIVE_CURVE_VIEW_RANGE_H
|
||||
#ifndef SHARED_INTERACTIVE_CURVE_VIEW_RANGE_H
|
||||
#define SHARED_INTERACTIVE_CURVE_VIEW_RANGE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <poincare.h>
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_INTERACTIVE_CURVE_VIEW_DELEGATE_H
|
||||
#define APPS_INTERACTIVE_CURVE_VIEW_DELEGATE_H
|
||||
#ifndef SHARED_INTERACTIVE_CURVE_VIEW_DELEGATE_H
|
||||
#define SHARED_INTERACTIVE_CURVE_VIEW_DELEGATE_H
|
||||
|
||||
class InteractiveCurveViewRange;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_MEMOIZED_CURVE_VIEW_RANGE_H
|
||||
#define APPS_MEMOIZED_CURVE_VIEW_RANGE_H
|
||||
#ifndef SHARED_MEMOIZED_CURVE_VIEW_RANGE_H
|
||||
#define SHARED_MEMOIZED_CURVE_VIEW_RANGE_H
|
||||
|
||||
#include "curve_view_range.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "range_parameter_controller.h"
|
||||
#include "apps_container.h"
|
||||
#include "../apps_container.h"
|
||||
#include <assert.h>
|
||||
|
||||
using namespace Poincare;
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_RANGE_PARAMETER_CONTROLLER_H
|
||||
#define APPS_RANGE_PARAMETER_CONTROLLER_H
|
||||
#ifndef SHARED_RANGE_PARAMETER_CONTROLLER_H
|
||||
#define SHARED_RANGE_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "interactive_curve_view_range.h"
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "store_controller.h"
|
||||
#include "apps_container.h"
|
||||
#include "constant.h"
|
||||
#include "../apps_container.h"
|
||||
#include "../constant.h"
|
||||
#include <assert.h>
|
||||
|
||||
using namespace Poincare;
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_STORE_CONTROLLER_H
|
||||
#define APPS_STORE_CONTROLLER_H
|
||||
#ifndef SHARED_STORE_CONTROLLER_H
|
||||
#define SHARED_STORE_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "float_pair_store.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_STORE_PARAM_CONTROLLER_H
|
||||
#define APPS_STORE_PARAM_CONTROLLER_H
|
||||
#ifndef SHARED_STORE_PARAM_CONTROLLER_H
|
||||
#define SHARED_STORE_PARAM_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "float_pair_store.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "text_field_delegate_app.h"
|
||||
#include "apps_container.h"
|
||||
#include "../apps_container.h"
|
||||
|
||||
using namespace Poincare;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_TEXT_FIELD_DELEGATE_APP_H
|
||||
#define APPS_TEXT_FIELD_DELEGATE_APP_H
|
||||
#ifndef SHARED_TEXT_FIELD_DELEGATE_APP_H
|
||||
#define SHARED_TEXT_FIELD_DELEGATE_APP_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "expression_text_field_delegate.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef APPS_ZOOM_PARAMETER_CONTROLLER_H
|
||||
#define APPS_ZOOM_PARAMETER_CONTROLLER_H
|
||||
#ifndef SHARED_ZOOM_PARAMETER_CONTROLLER_H
|
||||
#define SHARED_ZOOM_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "interactive_curve_view_range.h"
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "store.h"
|
||||
#include "store_controller.h"
|
||||
#include "histogram_controller.h"
|
||||
#include "../text_field_delegate_app.h"
|
||||
#include "../shared/text_field_delegate_app.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define STATISTICS_BOX_BANNER_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../banner_view.h"
|
||||
#include "../shared/banner_view.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef STATISTICS_BOX_RANGE_H
|
||||
#define STATISTICS_BOX_RANGE_H
|
||||
|
||||
#include "../curve_view_range.h"
|
||||
#include "../shared/curve_view_range.h"
|
||||
#include "store.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "store.h"
|
||||
#include "box_range.h"
|
||||
#include "../constant.h"
|
||||
#include "../curve_view.h"
|
||||
#include "../shared/curve_view.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define STATISTICS_HISTOGRAM_BANNER_VIEW_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../banner_view.h"
|
||||
#include "../shared/banner_view.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "histogram_view.h"
|
||||
#include "histogram_banner_view.h"
|
||||
#include "histogram_parameter_controller.h"
|
||||
#include "../curve_view.h"
|
||||
#include "../shared/curve_view.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define STATISTICS_HISTOGRAM_PARAMETER_CONTROLLER_H
|
||||
|
||||
#include <escher.h>
|
||||
#include "../float_parameter_controller.h"
|
||||
#include "../shared/float_parameter_controller.h"
|
||||
#include "store.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <escher.h>
|
||||
#include "store.h"
|
||||
#include "../constant.h"
|
||||
#include "../curve_view.h"
|
||||
#include "../shared/curve_view.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef STATISTICS_STORE_H
|
||||
#define STATISTICS_STORE_H
|
||||
|
||||
#include "../memoized_curve_view_range.h"
|
||||
#include "../float_pair_store.h"
|
||||
#include "../shared/memoized_curve_view_range.h"
|
||||
#include "../shared/float_pair_store.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include "store.h"
|
||||
#include "../store_controller.h"
|
||||
#include "../shared/store_controller.h"
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user