[poincare] Change ExpressionLayout and ELCursor headers inclusion

Change-Id: I6d3b7818d3acd4dbfb74665ba678871c865863cf
This commit is contained in:
Léa Saviot
2018-04-19 18:09:55 +02:00
parent 09db58d24c
commit d6c39eafc0
3 changed files with 5 additions and 3 deletions

View File

@@ -3,11 +3,11 @@
#include <kandinsky.h>
#include <poincare/print_float.h>
#include <poincare/expression_layout_cursor.h>
namespace Poincare {
class ExpressionLayoutCursor;
class ExpressionLayout {
public:
enum class VerticalDirection {

View File

@@ -1,11 +1,12 @@
#ifndef POINCARE_EXPRESSION_LAYOUT_CURSOR_H
#define POINCARE_EXPRESSION_LAYOUT_CURSOR_H
#include <poincare/expression_layout.h>
#include <kandinsky/point.h>
namespace Poincare {
class ExpressionLayout;
class ExpressionLayoutCursor {
public:
enum class Position {

View File

@@ -1,4 +1,5 @@
#include <poincare/expression_layout_cursor.h>
#include <poincare/expression_layout.h>
#include <poincare/expression_layout_array.h>
#include <poincare_layouts.h> //TODO: finer include?
#include <ion/charset.h>