[Sequences] Changing the name of CacheContext to SequenceCacheContext

Change-Id: If2d542748f6f7b2363d6c1443f88c058475945eb
This commit is contained in:
Arthur Camouseigt
2020-09-18 17:41:12 +02:00
committed by Émilie Feral
parent 960335c330
commit 4274b558b6
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#include "sequence_context.h"
#include "sequence_store.h"
#include "cache_context.h"
#include "sequence_cache_context.h"
#include "../shared/poincare_helpers.h"
#include <cmath>