src: move console files into a subdir; NFC

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-18 14:19:15 +01:00
parent 58343fc78d
commit 8efcf6f099
14 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -27,9 +27,9 @@
#include "conf.h"
#include "file.h"
#include "ui.h"
#include "screen.h"
#include "packer.h"
#include "ui.h"
#include "console/screen.h"
#if 1 && (USE_SCREEN)
#define UI_USE_SCREEN 1