From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- tutorial/t10/cannon.cpp | 2 +- tutorial/t10/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorial/t10') diff --git a/tutorial/t10/cannon.cpp b/tutorial/t10/cannon.cpp index b7525e681..8f41a5275 100644 --- a/tutorial/t10/cannon.cpp +++ b/tutorial/t10/cannon.cpp @@ -5,7 +5,7 @@ ****************************************************************/ #include "cannon.h" -#include +#include #include diff --git a/tutorial/t10/main.cpp b/tutorial/t10/main.cpp index 4138a2f2f..55f22285a 100644 --- a/tutorial/t10/main.cpp +++ b/tutorial/t10/main.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include "lcdrange.h" -- cgit v1.2.3