diff --git a/include/shared-stat.inc b/include/shared-stat.inc
deleted file mode 100644
index bec71301e..000000000
--- a/include/shared-stat.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-HTMLPre
-
-# HTMLHead defines HTML code to insert within the
-# block, immediately after the line. Maximum line length
-# is 80 characters, so use multiple lines if needed.
-
-#HTMLHead
-
-HTMLHead
-
-# HTMLBody defined the HTML code to be inserted, starting with the
-# tag. If not specified, the default is shown below. If
-# used, you MUST include your own tag as the first line.
-# Maximum line length is 80 char, use multiple lines if needed.
-
-#HTMLBody
-
-HTMLBody
-
-# HTMLPost defines the HTML code to insert immediately before the
-# first
on the document, which is just after the title and
-# "summary period"-"Generated on:" lines. If anything, this should
-# be used to clean up in case an image was inserted with HTMLBody.
-# As with HTMLHead, you can define as many of these as you want and
-# they will be inserted in the output stream in order of apperance.
-# Max string size is 80 characters. Use multiple lines if you need to.
-
-#HTMLPost
-
-# HTMLTail defines the HTML code to insert at the bottom of each
-# HTML document, usually to include a link back to your home
-# page or insert a small graphic. It is inserted as a table
-# data element (ie: your code here | ) and is right
-# alligned with the page. Max string size is 80 characters.
-
-#HTMLTail
-
-# HTMLEnd defines the HTML code to add at the very end of the
-# generated files. It defaults to what is shown below. If
-# used, you MUST specify the and closing tags
-# as the last lines. Max string length is 80 characters.
-
-#HTMLEnd