[escher/code] Move Accordion from escher/ to apps/code/.

Change-Id: Id90ef9791f8c18bcdce497b8e20f060314f7b58b
This commit is contained in:
Léa Saviot
2017-11-14 11:13:29 +01:00
committed by Romain Goyet
parent fe3d470d2d
commit 07c6acada4
6 changed files with 3 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ snapshot_headers += apps/code/app.h
app_objs += $(addprefix apps/code/,\
app.o\
accordion.o\
console_controller.o\
console_edit_cell.o\
console_line_cell.o\

View File

@@ -1,4 +1,4 @@
#include <escher/accordion.h>
#include "accordion.h"
#include <assert.h>
#include <string.h>

View File

@@ -1,9 +1,9 @@
#ifndef CODE_SCRIPT_STORE_H
#define CODE_SCRIPT_STORE_H
#include "accordion.h"
#include "script.h"
#include "script_template.h"
#include <escher/accordion.h>
#include <python/port/port.h>
namespace Code {

View File

@@ -1,7 +1,6 @@
SFLAGS += -Iescher/include
objs += $(addprefix escher/src/,\
accordion.o\
alternate_empty_view_controller.o\
app.o\
buffer_text_view.o\

View File

@@ -1,7 +1,6 @@
#ifndef ESCHER_H
#define ESCHER_H
#include <escher/accordion.h>
#include <escher/alternate_empty_view_controller.h>
#include <escher/alternate_empty_view_delegate.h>
#include <escher/app.h>