faces: rename simple_clock_face to clock_face

It's not actually so simple and will only gain features from now on.
Just "clock face" also feels more canonical.
This commit is contained in:
Matheus Afonso Martins Moreira
2024-02-24 18:19:12 -03:00
parent af18673e1a
commit 8f040252fd
5 changed files with 33 additions and 32 deletions

View File

@@ -25,7 +25,7 @@
#ifndef MOVEMENT_FACES_H_
#define MOVEMENT_FACES_H_
#include "simple_clock_face.h"
#include "clock_face.h"
#include "world_clock_face.h"
#include "preferences_face.h"
#include "set_time_face.h"