mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher/code] Move Accordion from escher/ to apps/code/.
Change-Id: Id90ef9791f8c18bcdce497b8e20f060314f7b58b
This commit is contained in:
@@ -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\
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <escher/accordion.h>
|
||||
#include "accordion.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
SFLAGS += -Iescher/include
|
||||
|
||||
objs += $(addprefix escher/src/,\
|
||||
accordion.o\
|
||||
alternate_empty_view_controller.o\
|
||||
app.o\
|
||||
buffer_text_view.o\
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user