]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/morefile/MoreFilesExtras.c
try to create smaller executables
[wxWidgets.git] / src / mac / morefile / MoreFilesExtras.c
index 7a5a083524f3dbabc16571e44a526263663d9922..05a0ce992459be406f5270d7ed071b83562ec2de 100644 (file)
 */
 
 #include <MacTypes.h>
+#if !TARGET_CARBON
 #include <Traps.h>
+#include <FSM.h>
+#include <Disks.h>
+#else
+#include <HFSVolumes.h>
+#endif
 #include <OSUtils.h>
 #include <MacErrors.h>
 #include <MacMemory.h>
@@ -49,8 +55,6 @@
 #include <Devices.h>
 #include <Finder.h>
 #include <Folders.h>
-#include <FSM.h>
-#include <Disks.h>
 #include <Gestalt.h>
 #include <TextUtils.h>
 #include <Script.h>