aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-16 15:07:59 +0000
committerlloyd <[email protected]>2009-07-16 15:07:59 +0000
commitbd58db8eb1384fe26222d021325382f57f178cc7 (patch)
treeb54713202d613e88407279e5319a97126e894d2a /src/hash/info.txt
parent1172c616fa849af893c1935b8b1dee085f8aaac8 (diff)
Move some files around to break up dependencies between directories
Diffstat (limited to 'src/hash/info.txt')
-rw-r--r--src/hash/info.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hash/info.txt b/src/hash/info.txt
index fb1f734d7..ce55f7ddc 100644
--- a/src/hash/info.txt
+++ b/src/hash/info.txt
@@ -2,10 +2,10 @@ realname "Hash Functions"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
hash.h
</add>
+
+<requires>
+buf_comp
+</requires>