1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

HelpText.cpp has fewer dependencies...

... freeing it to a low level and AboutDialog.cpp to a high level, by moving
functions from the latter into the former
This commit is contained in:
Paul Licameli
2019-05-11 07:18:24 -04:00
parent 4da02d667f
commit 56b1d531b2
5 changed files with 39 additions and 38 deletions

View File

@@ -9,6 +9,7 @@
#include "../CrashReport.h"
#include "../Dependencies.h"
#include "../FileNames.h"
#include "../HelpText.h"
#include "../Project.h"
#include "../ShuttleGui.h"
#include "../SplashDialog.h"