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. --- .../BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test/burn/TestData/BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h') diff --git a/src/test/burn/TestData/BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h b/src/test/burn/TestData/BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h index 2e14786a..95a015ab 100644 --- a/src/test/burn/TestData/BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h +++ b/src/test/burn/TestData/BAFunctionsTests/BafRelatedBundleVariableTesting/precomp.h @@ -30,8 +30,7 @@ #include "regutil.h" #include "xmlutil.h" -#include "BalBaseBootstrapperApplication.h" -#include "balutil.h" +#include #include "BAFunctions.h" #include "IBAFunctions.h" -- cgit v1.2.3-55-g6feb