aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 20:02:45 +0000
committerlloyd <[email protected]>2008-11-08 20:02:45 +0000
commit39f29e53a346eed9671a108b6aa59eb78b1dc084 (patch)
tree7a94faf449795858707efc3a010b6d3d6b6a5e23 /src
parentc0e3dc424479a09f9e320625d64d230cc952b22b (diff)
Move allocate.h with related code in alloc
Diffstat (limited to 'src')
-rw-r--r--src/alloc/allocate.h (renamed from src/core/allocate.h)0
-rw-r--r--src/core/info.txt1
-rw-r--r--src/libstate/info.txt1
3 files changed, 1 insertions, 1 deletions
diff --git a/src/core/allocate.h b/src/alloc/allocate.h
index efbb77291..efbb77291 100644
--- a/src/core/allocate.h
+++ b/src/alloc/allocate.h
diff --git a/src/core/info.txt b/src/core/info.txt
index 7fe58239f..21eb5e0d7 100644
--- a/src/core/info.txt
+++ b/src/core/info.txt
@@ -9,7 +9,6 @@ utils
</requires>
<add>
-allocate.h
botan.h
data_src.cpp
buf_comp.h
diff --git a/src/libstate/info.txt b/src/libstate/info.txt
index a6d24b411..c5d20ad1f 100644
--- a/src/libstate/info.txt
+++ b/src/libstate/info.txt
@@ -5,6 +5,7 @@ load_on auto
define LIBSTATE_MODULE
<requires>
+system_alloc
pk_pad
s2k
</requires>