Skip to content
Prev Previous commit
Next Next commit
Remove some includes
Remove all includes that can be removed without breaking the build.
  • Loading branch information
michaelgregorius committed Mar 31, 2024
commit c688d42023e94e5feb6babe318e202d4d2d12639
4 changes: 0 additions & 4 deletions include/gui_templates.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
#ifndef LMMS_GUI_TEMPLATES_H
#define LMMS_GUI_TEMPLATES_H

#include "lmmsconfig.h"

#include <algorithm>
#include <QApplication>
#include <QFont>
#include <QGuiApplication>

namespace lmms::gui
{
Expand Down