[apps] Remove unneeded dependency

This commit is contained in:
Léa Saviot
2018-10-16 18:35:10 +02:00
committed by Émilie Feral
parent 885f953d52
commit f8df2a2fba
2 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#include "poincare_helpers.h"
#include <poincare/derivative.h>
#include <poincare/integral.h>
#include <escher/palette.h>
#include <float.h>
#include <cmath>

View File

@@ -1,7 +1,6 @@
#ifndef SHARED_STORAGE_FUNCTION_H
#define SHARED_STORAGE_FUNCTION_H
#include <escher/text_field.h>
#include <poincare/function.h>
#include "storage_expression_model.h"