refactor: Update TUI Includes for Improved Organization

- Replaced instances of "cli/tui.h" with "cli/tui/tui.h" across multiple TUI source files, enhancing file organization and clarity.
- Updated include paths in general_commands.cc to reflect the new structure, ensuring consistency across the codebase.
This commit is contained in:
scawful
2025-10-05 23:56:23 -04:00
parent 8ad74c8723
commit 03c1a7bbf2
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#include <ftxui/component/screen_interactive.hpp>
#include <ftxui/dom/elements.hpp>
#include "cli/tui.h"
#include "cli/tui/tui.h"
#include "cli/handlers/agent/hex_commands.h"
#include "cli/handlers/agent/palette_commands.h"
#include "absl/strings/str_split.h"