From a5158f9fc806d506590dd9bf0e3282cb76c3ac4e Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 16 Jan 2025 09:19:08 +0100 Subject: move basicfile.h/cpp -> zencore (#273) move jupiter.h/cpp -> zenutil move packageformat.h/.cpp -> zenhttp zenutil now depends on zenhttp instead of the inverse --- src/zenutil/zenutil.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/zenutil/zenutil.cpp') diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index 97ebeb01d..c54144549 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -4,20 +4,16 @@ #if ZEN_WITH_TESTS -# include # include # include -# include namespace zen { void zenutil_forcelinktests() { - basicfile_forcelink(); cachepolicy_forcelink(); cache::rpcrecord_forcelink(); - forcelink_packageformat(); cacherequests_forcelink(); } -- cgit v1.2.3