1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Fix #include guard

This commit is contained in:
Paul Licameli 2021-01-28 12:13:50 -05:00
parent 98d3e91452
commit ae99e69af0

View File

@ -10,7 +10,6 @@
#ifndef __AUDACITY_TEMP_DIRECTORY__
#define __AUDACITY_TEMP_DIRECTORY__
#endif
#include "Audacity.h"
#include "audacity/Types.h"
@ -32,3 +31,5 @@ namespace TempDirectory
wxWindow *window = nullptr);
};
#endif