diff options
Diffstat (limited to 'src/streamblock.nim')
-rw-r--r-- | src/streamblock.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streamblock.nim b/src/streamblock.nim index ff649b1..489097e 100644 --- a/src/streamblock.nim +++ b/src/streamblock.nim | |||
@@ -15,7 +15,7 @@ | |||
15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | 15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | import sequtils | 17 | import sequtils |
18 | import integers, bitio/bitreader, bitio/bitwriter | 18 | import bitio/integers, bitio/bitreader, bitio/bitwriter |
19 | import rawblock, lzssblock | 19 | import rawblock, lzssblock |
20 | 20 | ||
21 | type BlockKind* = enum | 21 | type BlockKind* = enum |