From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- include/ntqstring.h | 1 - include/ntqstringlist.h | 1 - include/ntqstrlist.h | 1 - include/ntqstrvec.h | 1 - include/tqstring.h | 1 + include/tqstringlist.h | 1 + include/tqstrlist.h | 1 + include/tqstrvec.h | 1 + 8 files changed, 4 insertions(+), 4 deletions(-) delete mode 120000 include/ntqstring.h delete mode 120000 include/ntqstringlist.h delete mode 120000 include/ntqstrlist.h delete mode 120000 include/ntqstrvec.h create mode 120000 include/tqstring.h create mode 120000 include/tqstringlist.h create mode 120000 include/tqstrlist.h create mode 120000 include/tqstrvec.h (limited to 'include') diff --git a/include/ntqstring.h b/include/ntqstring.h deleted file mode 120000 index 9d0d5dd72..000000000 --- a/include/ntqstring.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqstring.h \ No newline at end of file diff --git a/include/ntqstringlist.h b/include/ntqstringlist.h deleted file mode 120000 index 45b8badfe..000000000 --- a/include/ntqstringlist.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqstringlist.h \ No newline at end of file diff --git a/include/ntqstrlist.h b/include/ntqstrlist.h deleted file mode 120000 index ce0db7459..000000000 --- a/include/ntqstrlist.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqstrlist.h \ No newline at end of file diff --git a/include/ntqstrvec.h b/include/ntqstrvec.h deleted file mode 120000 index 8d5b6ca2b..000000000 --- a/include/ntqstrvec.h +++ /dev/null @@ -1 +0,0 @@ -../src/tools/ntqstrvec.h \ No newline at end of file diff --git a/include/tqstring.h b/include/tqstring.h new file mode 120000 index 000000000..7733544e2 --- /dev/null +++ b/include/tqstring.h @@ -0,0 +1 @@ +../src/tools/tqstring.h \ No newline at end of file diff --git a/include/tqstringlist.h b/include/tqstringlist.h new file mode 120000 index 000000000..102341185 --- /dev/null +++ b/include/tqstringlist.h @@ -0,0 +1 @@ +../src/tools/tqstringlist.h \ No newline at end of file diff --git a/include/tqstrlist.h b/include/tqstrlist.h new file mode 120000 index 000000000..fdefc5865 --- /dev/null +++ b/include/tqstrlist.h @@ -0,0 +1 @@ +../src/tools/tqstrlist.h \ No newline at end of file diff --git a/include/tqstrvec.h b/include/tqstrvec.h new file mode 120000 index 000000000..8a350e61a --- /dev/null +++ b/include/tqstrvec.h @@ -0,0 +1 @@ +../src/tools/tqstrvec.h \ No newline at end of file -- cgit v1.2.3