summary refs log tree commit diff stats
path: root/lib/pure/hashes.nim
diff options
context:
space:
mode:
authorhlaaftana <10591326+hlaaftana@users.noreply.github.com>2020-05-03 00:51:59 +0300
committerGitHub <noreply@github.com>2020-05-02 23:51:59 +0200
commitfbc97e712a67f30076f7633880383c8c4ae7866f (patch)
tree3eec30d015360011fdfbb9ef71cfc85b172c3d67 /lib/pure/hashes.nim
parent3be669be3255c6b47dd2542af9d2055a7d1207e3 (diff)
downloadNim-fbc97e712a67f30076f7633880383c8c4ae7866f.tar.gz
move since from inclrtl to std/private/since (#14188)
* move since from inclrtl to std/private/since
* move since import in system below for HCR
Diffstat (limited to 'lib/pure/hashes.nim')
-rw-r--r--lib/pure/hashes.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim
index 9fd2a74d0..cd0841d2e 100644
--- a/lib/pure/hashes.nim
+++ b/lib/pure/hashes.nim
@@ -44,7 +44,7 @@
 ## * `std/sha1 module <sha1.html>`_ for a sha1 encoder and decoder
 ## * `tables module <tables.html>`_ for hash tables
 
-include "system/inclrtl"
+import std/private/since
 
 type
   Hash* = int ## A hash value. Hash tables using these values should