diff --git a/container/src/root/macro/rootlogon.C b/container/src/root/macro/rootlogon.C index 2e186cb..0e921d9 100644 --- a/container/src/root/macro/rootlogon.C +++ b/container/src/root/macro/rootlogon.C @@ -213,9 +213,6 @@ void rootlogon() // Load default `dfi` public consumables common::load("plugin/common/utility.hh"); common::load("macro/common/utility.hh"); - common::load("src/hash.hh"); - common::load("src/random.hh"); - common::load("src/utility.hh"); } #endif // CONTAINER_SRC_ROOT_MACRO_ROOTLOGON_C_