From 1172c616fa849af893c1935b8b1dee085f8aaac8 Mon Sep 17 00:00:00 2001
From: lloyd <lloyd@randombit.net>
Date: Wed, 15 Jul 2009 15:31:08 +0000
Subject: Add a script that reads the output of print_deps.py and rewrites the
 info.txt files with the right module dependencies.

Apply it across the codebase.
---
 src/utils/info.txt | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'src/utils')

diff --git a/src/utils/info.txt b/src/utils/info.txt
index 815ad4efc..dcf4b9288 100644
--- a/src/utils/info.txt
+++ b/src/utils/info.txt
@@ -8,10 +8,6 @@ load_on auto
 tru64 -> rt
 </libs>
 
-<requires>
-filters
-</requires>
-
 <add>
 bit_ops.h
 bswap.h
@@ -43,3 +39,9 @@ version.cpp
 version.h
 xor_buf.h
 </add>
+
+<requires>
+alloc
+filters
+libstate
+</requires>
-- 
cgit v1.2.3