1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 06:31:07 +01:00
This commit is contained in:
Paul Licameli
2016-04-09 22:55:15 -04:00
parent 98f739a076
commit 70bd46b8ad
22 changed files with 41 additions and 10 deletions

View File

@@ -22,6 +22,9 @@
// For compilers that support precompilation, includes "wx.h".
#include <wx/wxprec.h>
#include "../Audacity.h"
#include "valnum.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
@@ -36,7 +39,6 @@
#include <wx/clipbrd.h>
#include <wx/dataobj.h>
#include "valnum.h"
#include "numformatter.h"
// ============================================================================