aboutsummaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/syncinfo.nim2
-rw-r--r--src/feature/syncinstall.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/syncinfo.nim b/src/feature/syncinfo.nim
index 4f758fe..f4c6f7a 100644
--- a/src/feature/syncinfo.nim
+++ b/src/feature/syncinfo.nim
@@ -1,6 +1,6 @@
import
options, posix, sequtils, strutils, sugar, tables,
- "../args", "../aur", "../common", "../config", "../format", "../package",
+ "../args", "../aur", "../common", "../config", "../format", "../lc", "../package",
"../pacman", "../utils",
"../wrapper/alpm"
diff --git a/src/feature/syncinstall.nim b/src/feature/syncinstall.nim
index 7aba043..0a9170d 100644
--- a/src/feature/syncinstall.nim
+++ b/src/feature/syncinstall.nim
@@ -1,6 +1,6 @@
import
algorithm, options, os, posix, sequtils, sets, strutils, sugar, tables,
- "../args", "../aur", "../config", "../common", "../format", "../lists", "../package",
+ "../args", "../aur", "../config", "../common", "../format", "../lc", "../lists", "../package",
"../pacman", "../utils",
"../wrapper/alpm"