From 90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 21 Mar 2024 00:59:21 -0700 Subject: Simplify BootstrapperApplication header files Take this breaking change opportunity to simplify the header files used by BA devs. --- src/ext/Bal/Samples/bafunctions/precomp.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ext/Bal/Samples/bafunctions') diff --git a/src/ext/Bal/Samples/bafunctions/precomp.h b/src/ext/Bal/Samples/bafunctions/precomp.h index 542ac606..4e88a4a0 100644 --- a/src/ext/Bal/Samples/bafunctions/precomp.h +++ b/src/ext/Bal/Samples/bafunctions/precomp.h @@ -34,12 +34,7 @@ //#include "xmlutil.h" #include "regutil.h" -//#include "IBootstrapperApplication.h" - -#include "BalBaseBootstrapperApplication.h" -//#include "balinfo.h" -//#include "balcondition.h" -#include "balutil.h" +#include "BootstrapperApplicationBase.h" #include "BAFunctions.h" #include "IBAFunctions.h" -- cgit v1.2.3-55-g6feb