1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 23:15:36 +01:00

Remove wx/app.h from AudacityException.h

This commit is contained in:
Paul Licameli
2021-06-11 23:35:19 -04:00
parent e5512b0daf
commit 9ed63b0321
53 changed files with 56 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ Paul Licameli -- split from SampleBlock.cpp and SampleBlock.h
#include "SampleBlock.h" // to inherit
#include "SentryHelper.h"
#include <wx/log.h>
class SqliteSampleBlockFactory;
@@ -1029,4 +1030,4 @@ static struct Injector
);
}
} injector;