From b135a1248011764010552263f8a39a17c34f76e0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 18:30:35 +0900 Subject: [PATCH] Use tdestandarddirs.h Signed-off-by: Michele Calgaro --- kdbg/main.cpp | 2 +- kdbg/typetable.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kdbg/main.cpp b/kdbg/main.cpp index 7668313..51d002c 100644 --- a/kdbg/main.cpp +++ b/kdbg/main.cpp @@ -8,7 +8,7 @@ #include /* i18n */ #include #include -#include +#include #include #include #include diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index 8ce6cf8..6e0c55c 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include