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/ext/Bal/Samples/bafunctions/precomp.h | |
parent | dce1c97c7d3e76c18e4f80d4ffe288d2933a74bc (diff) | |
download | wix-3d73efba15565f5995a492e660dff72286e0b672.tar.gz wix-3d73efba15565f5995a492e660dff72286e0b672.tar.bz2 wix-3d73efba15565f5995a492e660dff72286e0b672.zip |
Remove dutil types from BAFunctions.
Diffstat (limited to 'src/ext/Bal/Samples/bafunctions/precomp.h')
-rw-r--r-- | src/ext/Bal/Samples/bafunctions/precomp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Bal/Samples/bafunctions/precomp.h b/src/ext/Bal/Samples/bafunctions/precomp.h index 832d2250..cda11a40 100644 --- a/src/ext/Bal/Samples/bafunctions/precomp.h +++ b/src/ext/Bal/Samples/bafunctions/precomp.h | |||
@@ -23,13 +23,13 @@ | |||
23 | #include "dictutil.h" | 23 | #include "dictutil.h" |
24 | //#include "dirutil.h" | 24 | //#include "dirutil.h" |
25 | #include "fileutil.h" | 25 | #include "fileutil.h" |
26 | #include "locutil.h" | 26 | //#include "locutil.h" |
27 | //#include "logutil.h" | 27 | //#include "logutil.h" |
28 | #include "pathutil.h" | 28 | #include "pathutil.h" |
29 | //#include "resrutil.h" | 29 | //#include "resrutil.h" |
30 | //#include "shelutil.h" | 30 | //#include "shelutil.h" |
31 | #include "strutil.h" | 31 | #include "strutil.h" |
32 | #include "thmutil.h" | 32 | //#include "thmutil.h" |
33 | //#include "uriutil.h" | 33 | //#include "uriutil.h" |
34 | //#include "xmlutil.h" | 34 | //#include "xmlutil.h" |
35 | #include "regutil.h" | 35 | #include "regutil.h" |