From 305218aa72e01e29fb1608696baf34441caac826 Mon Sep 17 00:00:00 2001 From: "Thomas R. Benson" Date: Mon, 28 Mar 2022 17:30:58 -0400 Subject: [PATCH] Delete references to removed headers --- include/lbann/lbann.hpp | 1 - src/proto/factories/callback_factory.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/lbann/lbann.hpp b/include/lbann/lbann.hpp index eb01662cdf3..09dbed4ac76 100644 --- a/include/lbann/lbann.hpp +++ b/include/lbann/lbann.hpp @@ -181,7 +181,6 @@ #include "lbann/callbacks/hang.hpp" #include "lbann/callbacks/learning_rate.hpp" #include "lbann/callbacks/load_model.hpp" -#include "lbann/callbacks/ltfb.hpp" #include "lbann/callbacks/memory_profiler.hpp" #include "lbann/callbacks/mixup.hpp" #include "lbann/callbacks/monitor_io.hpp" diff --git a/src/proto/factories/callback_factory.cpp b/src/proto/factories/callback_factory.cpp index 233684e5264..9828658e1e0 100644 --- a/src/proto/factories/callback_factory.cpp +++ b/src/proto/factories/callback_factory.cpp @@ -54,7 +54,6 @@ #include "lbann/callbacks/hang.hpp" #include "lbann/callbacks/learning_rate.hpp" #include "lbann/callbacks/load_model.hpp" -#include "lbann/callbacks/ltfb.hpp" #include "lbann/callbacks/memory_profiler.hpp" #include "lbann/callbacks/mixup.hpp" #include "lbann/callbacks/monitor_io.hpp"