aboutsummaryrefslogtreecommitdiff
path: root/core/id.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/id.nom')
-rw-r--r--core/id.nom10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/id.nom b/core/id.nom
index 61ffeaa..d2427b5 100644
--- a/core/id.nom
+++ b/core/id.nom
@@ -2,11 +2,11 @@
#
A simple UUID function based on RFC 4122: http://www.ietf.org/rfc/rfc4122.txt
-use "core/metaprogramming.nom"
-use "core/operators.nom"
-use "core/math.nom"
-use "core/collections.nom"
-use "core/control_flow.nom"
+use "core/metaprogramming"
+use "core/operators"
+use "core/math"
+use "core/collections"
+use "core/control_flow"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~