aboutsummaryrefslogtreecommitdiff
path: root/src/server/format.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/format.odin')
-rw-r--r--src/server/format.odin6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/format.odin b/src/server/format.odin
index 63d949c..fbf9837 100644
--- a/src/server/format.odin
+++ b/src/server/format.odin
@@ -1,9 +1,9 @@
package server
-import "shared:common"
-import "shared:odin/printer"
-import "shared:odin/format"
import "core:path/filepath"
+import "src:common"
+import "src:odin/format"
+import "src:odin/printer"
import "core:log"