move header into subdirectory

This commit is contained in:
Mitchell Hashimoto
2025-09-24 12:27:04 -07:00
parent 48827b21d8
commit 96e9053862
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#include <stddef.h>
#include <ghostty-vt.h>
#include <ghostty/vt.h>
int main() {
GhosttyOscParser parser;