mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Fix #include directive
This commit is contained in:
@@ -109,7 +109,7 @@ It handles initialization and termination by subclassing wxApp.
|
|||||||
#include "widgets/FileHistory.h"
|
#include "widgets/FileHistory.h"
|
||||||
|
|
||||||
#ifdef EXPERIMENTAL_EASY_CHANGE_KEY_BINDINGS
|
#ifdef EXPERIMENTAL_EASY_CHANGE_KEY_BINDINGS
|
||||||
#include "../prefs/KeyConfigPrefs.h"
|
#include "prefs/KeyConfigPrefs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//temporarily commented out till it is added to all projects
|
//temporarily commented out till it is added to all projects
|
||||||
|
|||||||
Reference in New Issue
Block a user