Order of includes and forward declarations

Fix the alphabetical order of all includes and forward declarations.
This commit is contained in:
Michael Gregorius
2023-10-01 09:57:13 +02:00
parent 339ee6d1e9
commit 85310e75d3
4 changed files with 5 additions and 5 deletions

View File

@@ -35,11 +35,11 @@
#include "MidiSetupWidget.h"
class QCheckBox;
class QComboBox;
class QLabel;
class QLineEdit;
class QSlider;
class QCheckBox;
namespace lmms::gui