From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- tutorial/t14/gamebrd.cpp | 2 +- tutorial/t14/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorial/t14') diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp index a76a0a0f3..8fd2498ac 100644 --- a/tutorial/t14/gamebrd.cpp +++ b/tutorial/t14/gamebrd.cpp @@ -7,7 +7,7 @@ #include "gamebrd.h" #include -#include +#include #include #include #include diff --git a/tutorial/t14/main.cpp b/tutorial/t14/main.cpp index c2e6a58e1..aebf66d82 100644 --- a/tutorial/t14/main.cpp +++ b/tutorial/t14/main.cpp @@ -4,7 +4,7 @@ ** ****************************************************************/ -#include +#include #include "gamebrd.h" -- cgit v1.2.3