[Sequence & Shared] Changed the location of various files

Moved sequences files to shared in order to allow the system to compile
without the app sequence.

Change-Id: Ia8349814a72776244acc41af964059f24e58cff0
This commit is contained in:
Arthur Camouseigt
2020-07-23 17:41:55 +02:00
committed by Émilie Feral
parent ed358590ce
commit c006ed7b10
33 changed files with 103 additions and 93 deletions

View File

@@ -64,7 +64,7 @@ App::App(Snapshot * snapshot) :
{
}
SequenceContext * App::localContext() {
Shared::SequenceContext * App::localContext() {
return &m_sequenceContext;
}