Update include directives to use z3ed.h instead of command.h in CLI handlers

This commit is contained in:
scawful
2024-12-29 23:12:55 -05:00
parent e92f486efa
commit 80d3bf4273
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#include "cli/command.h"
#include "cli/z3ed.h"
namespace yaze {
namespace cli {