diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-10-27 15:29:47 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-11-01 16:34:09 -0500 |
commit | 3d73efba15565f5995a492e660dff72286e0b672 (patch) | |
tree | fc2364f88aed27d0bdf633f837c5b9ac29511760 /src/api/burn/test/BalUtilUnitTest | |
parent | dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc (diff) | |
download | wix-3d73efba15565f5995a492e660dff72286e0b672.tar.gz wix-3d73efba15565f5995a492e660dff72286e0b672.tar.bz2 wix-3d73efba15565f5995a492e660dff72286e0b672.zip |
Remove dutil types from BAFunctions.
Diffstat (limited to 'src/api/burn/test/BalUtilUnitTest')
-rw-r--r-- | src/api/burn/test/BalUtilUnitTest/precomp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/precomp.h b/src/api/burn/test/BalUtilUnitTest/precomp.h index f4a35e20..ce893906 100644 --- a/src/api/burn/test/BalUtilUnitTest/precomp.h +++ b/src/api/burn/test/BalUtilUnitTest/precomp.h | |||
@@ -14,8 +14,6 @@ | |||
14 | 14 | ||
15 | #include <dutil.h> | 15 | #include <dutil.h> |
16 | #include <dictutil.h> | 16 | #include <dictutil.h> |
17 | #include <locutil.h> | ||
18 | #include <thmutil.h> | ||
19 | 17 | ||
20 | #include <BootstrapperEngine.h> | 18 | #include <BootstrapperEngine.h> |
21 | #include <BootstrapperApplication.h> | 19 | #include <BootstrapperApplication.h> |