Fix warnings caused by (arguably) unnecessary included file
diff --git a/tck/docs/userguide/src/main/jbake/content/install.adoc b/tck/docs/userguide/src/main/jbake/content/install.adoc
index 9bb768c..543e468 100644
--- a/tck/docs/userguide/src/main/jbake/content/install.adoc
+++ b/tck/docs/userguide/src/main/jbake/content/install.adoc
@@ -51,7 +51,7 @@
Before you can run the {TechnologyShortName} TCK tests, you must
install and set up the following software components:
-include::req-software.inc[]
+* A Jakarta EE {JakartaEEVersion} Compatible Implementation
* Java SE {SEversion}
* A CI for {TechnologyShortName} {TechnologyVersion}, one example is {TechnologyRI}
* {TechnologyShortName} TCK version {TechnologyVersion}
diff --git a/tck/docs/userguide/src/main/jbake/content/intro.adoc b/tck/docs/userguide/src/main/jbake/content/intro.adoc
index 85724fc..f11052c 100644
--- a/tck/docs/userguide/src/main/jbake/content/intro.adoc
+++ b/tck/docs/userguide/src/main/jbake/content/intro.adoc
@@ -295,7 +295,7 @@
1. Make sure that the following software has been correctly installed
on the system :
-include::req-software.inc[]
+* A Jakarta EE {JakartaEEVersion} Compatible Implementation
* Java SE {SEversion}
* A CI for {TechnologyShortName} {TechnologyVersion}. One example is {TechnologyRI}.
* {TechnologyShortName} TCK version {TechnologyVersion}
diff --git a/tck/docs/userguide/src/main/jbake/content/req-software.inc b/tck/docs/userguide/src/main/jbake/content/req-software.inc
deleted file mode 100644
index 3f5b241..0000000
--- a/tck/docs/userguide/src/main/jbake/content/req-software.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-///////////////////////////////////////////////////////////////////////
-NOTE TO WRITERS:
-This is a list of software required in addition to the TCK and a Compatible Implementation(CI).
-For many Jakarta EE APIs, a Jakarta EE CI will be required, as described below.
-For standalone technologies, no other software may be required, and the
-below line can be removed.
-
-This is used in intro.adoc in section 1.3 and install.adoc in section 3.2.
-///////////////////////////////////////////////////////////////////////
-
-* A Jakarta EE 11 Compatible Implementation