···191920202121#include <AudioToolbox/ExtendedAudioFile.h>
2222-#include <CoreServices/MacErrors.h>
2222+#include <CarbonCore/MacErrors.h>
23232424// TODO: Implement with the help of CAAudioFile?
2525
···1616You should have received a copy of the GNU General Public License
1717along with Darling. If not, see <http://www.gnu.org/licenses/>.
1818*/
1919-#include <CoreServices/Debugging.h>
1919+#include <CarbonCore/Debugging.h>
2020#include <iostream>
2121#include <sstream>
2222#include <algorithm>
···1616You should have received a copy of the GNU General Public License
1717along with Darling. If not, see <http://www.gnu.org/licenses/>.
1818*/
1919-#include <CoreServices/Files.h>
2020-#include <CoreServices/MacErrors.h>
1919+#include <CarbonCore/Files.h>
2020+#include <CarbonCore/MacErrors.h>
21212222OSErr FSGetDataForkName(HFSUniStr255* dataForkName)
2323{
···1717along with Darling. If not, see <http://www.gnu.org/licenses/>.
1818*/
19192020-#include <CoreServices/ToolUtils.h>
2020+#include <CarbonCore/ToolUtils.h>
212122222323int BitTst(const void* bytePtr, long bitNum)