From 4fab7365e5b634d01fd761a9259cf4b62097b1ca Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 23 Jun 2017 22:53:53 -0400 Subject: [PATCH] Fix errors in post build step on Mac Was, Xcode ended the build, or even a clean, of either Debug or Release, building the target 'Create Info Header' This were introduced at commit 0361169839bca65d67ae2aca08bcc973c7faf4b7 --- src/Audacity.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Audacity.h b/src/Audacity.h index 7d0753600..d02f5e49d 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -191,8 +191,9 @@ void QuitAudacity(); #ifndef IN_RC -#include -#include +//#include +//#include +class wxString; extern const wxString& GetCustomTranslation(const wxString& str1 ); extern const wxString& GetCustomSubstitution(const wxString& str1 );