[Code Cleanup] Cleaned up some header files and move a bit of debugging logic to cmake (#7677)

* Renamed lmms_basics.h to LmmsTypes.h and scoped it down for that purpose.

* Shifted the LMMS_STRINGIFY macro to it's own header.

* Removed the debug.h header file and use cmake to handle the macro logic.

* Remove some unused headers and include directives
This commit is contained in:
Rossmaxx
2025-03-24 19:07:46 +05:30
committed by GitHub
parent db9ccbeb56
commit 7367750823
95 changed files with 108 additions and 206 deletions

View File

@@ -30,7 +30,7 @@
#include "SampleLoader.h"
#include "Song.h"
#include "lmms_basics.h"
#include "LmmsTypes.h"
#include "plugin_export.h"
#include <QDomElement>