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

@@ -24,7 +24,7 @@
#include "app/core/project.h"
#include "app/zelda3/dungeon/room.h"
#include "cli/handlers/agent/common.h"
#include "cli/modern_cli.h"
#include "cli/cli.h"
#include "cli/service/ai/ai_service.h"
#include "cli/service/ai/gemini_ai_service.h"
#include "cli/service/ai/ollama_ai_service.h"