Remove totally unneeded import of hashes. (#10221)

This commit is contained in:
c-blake
2019-01-06 18:42:49 -05:00
committed by Andreas Rumpf
parent 2fa35126b0
commit ea3e32c224
3 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@
## dict.writeConfig("config.ini")
import
hashes, strutils, lexbase, streams, tables
strutils, lexbase, streams, tables
include "system/inclrtl"

View File

@@ -11,7 +11,7 @@
## parser. It parses PostgreSQL syntax and the SQL ANSI standard.
import
hashes, strutils, lexbase
strutils, lexbase
# ------------------- scanner -------------------------------------------------

View File

@@ -147,7 +147,7 @@ an HTML document contains.
]##
import
hashes, strutils, lexbase, streams, unicode
strutils, lexbase, streams, unicode
# the parser treats ``<br />`` as ``<br></br>``