From 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:36 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- kode/automakefile.h | 2 +- kode/class.h | 2 +- kode/code.h | 2 +- kode/enum.h | 2 +- kode/file.h | 2 +- kode/function.h | 2 +- kode/license.h | 2 +- kode/membervariable.h | 2 +- kode/printer.h | 2 +- kode/statemachine.h | 2 +- kode/style.h | 2 +- kode/typedef.h | 2 +- kode/variable.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kode') diff --git a/kode/automakefile.h b/kode/automakefile.h index 25113bd43..d29322a79 100644 --- a/kode/automakefile.h +++ b/kode/automakefile.h @@ -26,7 +26,7 @@ #include #include -#include +#include namespace KODE { diff --git a/kode/class.h b/kode/class.h index 7e8548c77..f63eb3629 100644 --- a/kode/class.h +++ b/kode/class.h @@ -26,7 +26,7 @@ #include "membervariable.h" #include "typedef.h" -#include +#include #include #include #include diff --git a/kode/code.h b/kode/code.h index d060b2f50..12bf31c4c 100644 --- a/kode/code.h +++ b/kode/code.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include namespace KODE { class TDE_EXPORT Code diff --git a/kode/enum.h b/kode/enum.h index f4f90f375..0cae53e4b 100644 --- a/kode/enum.h +++ b/kode/enum.h @@ -22,7 +22,7 @@ #define KODE_ENUM_H #include -#include +#include namespace KODE { diff --git a/kode/file.h b/kode/file.h index c0d9d39cb..506b5745b 100644 --- a/kode/file.h +++ b/kode/file.h @@ -28,7 +28,7 @@ #include #include -#include +#include namespace KODE { diff --git a/kode/function.h b/kode/function.h index f9cab7e2f..94c8b3f1b 100644 --- a/kode/function.h +++ b/kode/function.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include namespace KODE { diff --git a/kode/license.h b/kode/license.h index d5aa685df..fca593e21 100644 --- a/kode/license.h +++ b/kode/license.h @@ -22,7 +22,7 @@ #define KODE_LICENSE_H #include -#include +#include namespace KODE { diff --git a/kode/membervariable.h b/kode/membervariable.h index 6adc9ddb9..b8995ed7f 100644 --- a/kode/membervariable.h +++ b/kode/membervariable.h @@ -25,7 +25,7 @@ #include #include -#include +#include namespace KODE { diff --git a/kode/printer.h b/kode/printer.h index 0f92608e9..a939c0be0 100644 --- a/kode/printer.h +++ b/kode/printer.h @@ -26,7 +26,7 @@ #include "style.h" #include "automakefile.h" -#include +#include #include #include #include diff --git a/kode/statemachine.h b/kode/statemachine.h index c4e5f6a55..e1a8fa1ff 100644 --- a/kode/statemachine.h +++ b/kode/statemachine.h @@ -25,7 +25,7 @@ #include #include -#include +#include namespace KODE { diff --git a/kode/style.h b/kode/style.h index 989cf0d15..fe469f339 100644 --- a/kode/style.h +++ b/kode/style.h @@ -27,7 +27,7 @@ #include #include -#include +#include namespace KODE { diff --git a/kode/typedef.h b/kode/typedef.h index 7da8eb469..c922bfdbb 100644 --- a/kode/typedef.h +++ b/kode/typedef.h @@ -22,7 +22,7 @@ #define KODE_TYPEDEF_H #include -#include +#include namespace KODE { diff --git a/kode/variable.h b/kode/variable.h index 87b87eeba..6c52123fe 100644 --- a/kode/variable.h +++ b/kode/variable.h @@ -24,7 +24,7 @@ #include #include -#include +#include namespace KODE { -- cgit v1.2.1