mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 11:45:04 -04:00
[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:
@@ -27,11 +27,9 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include "lmms_math.h"
|
||||
#ifdef SA_DEBUG
|
||||
#include <chrono>
|
||||
#endif
|
||||
#include <cmath>
|
||||
#ifdef SA_DEBUG
|
||||
#include <chrono>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user