1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 09:31:14 +01:00

Fix path of relative includes.

This commit is contained in:
benjamin.drung@gmail.com
2013-11-01 12:15:01 +00:00
parent f830573149
commit 05302d7483
6 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ used throughout Audacity into this one place.
*//********************************************************************/
#include "../Audacity.h"
#include "Audacity.h"
#include <wx/defs.h>
#include <wx/filename.h>