From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/tictac/tictac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tictac') diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp index 5f7f66184..2057dd502 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include // rand() function #include // seed for rand() -- cgit v1.2.1