mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
[poincare] Change ExpressionLayout and ELCursor headers inclusion
Change-Id: I6d3b7818d3acd4dbfb74665ba678871c865863cf
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user