1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

Fix windows build: problem with path of an include.

Problem: the line

Should be "..Menu.h", and this is already included.
This commit is contained in:
David Bailes
2018-10-24 19:20:18 +01:00
parent cfbe5c0a21
commit 5eb670fd63

View File

@@ -30,7 +30,6 @@
#include "../Audacity.h"
#include "Export.h"
#include "Menus.h"
#include <wx/file.h>
#include <wx/filename.h>