1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Audacity.h has shrunk to nothing, now remove it!

This commit is contained in:
Paul Licameli
2021-05-09 11:16:56 -04:00
committed by Leland Lucius
parent d51f505cd9
commit c5ebc396eb
392 changed files with 391 additions and 421 deletions

View File

@@ -27,7 +27,7 @@ click from the menu into the actual function to be called.
#include <wx/wx.h>
#include "ModNullCallback.h"
#include "Audacity.h"
#include "ModuleManager.h"
#include "ShuttleGui.h"
#include "Project.h"

View File

@@ -6,7 +6,7 @@
**********************************************************************/
#include "Audacity.h"
#include <wx/defs.h>

View File

@@ -15,7 +15,6 @@
#include <wx/wx.h>
#include "ScripterCallback.h"
#include "../../src/Audacity.h"
/*
There are several functions that can be used in a GUI module.