Move system apps (#75)

Flatten directory structure
This commit is contained in:
Ken Van Hoeylandt 2024-11-10 15:42:10 +01:00 committed by GitHub
parent 5632d74db6
commit 85f47aa43c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#include "files_data.h"
#include "app.h"
#include "apps/system/image_viewer/image_viewer.h"
#include "apps/system/text_viewer/text_viewer.h"
#include "apps/image_viewer/image_viewer.h"
#include "apps/text_viewer/text_viewer.h"
#include "assets.h"
#include "check.h"
#include "file_utils.h"