mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-30 02:55:19 +01:00
Remove unused includes. Fixes issue #84
This commit is contained in:
parent
24541609d7
commit
a2c5bebd25
@ -14,7 +14,6 @@
|
||||
#include "baranalyzer.h"
|
||||
#include <cmath> //log10(), etc.
|
||||
#include <QtDebug>
|
||||
#include <QPainter>
|
||||
|
||||
const char* BarAnalyzer::kName = QT_TRANSLATE_NOOP("AnalyzerContainer", "Bar analyzer");
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QResizeEvent>
|
||||
#include <QPainter>
|
||||
#include <cstdlib>
|
||||
|
||||
const uint BlockAnalyzer::HEIGHT = 2;
|
||||
|
@ -3,11 +3,6 @@
|
||||
|
||||
#include "boomanalyzer.h"
|
||||
#include <cmath>
|
||||
#include <qlabel.h>
|
||||
#include <qlayout.h>
|
||||
#include <qpainter.h>
|
||||
#include <qslider.h>
|
||||
#include <qspinbox.h>
|
||||
|
||||
const char* BoomAnalyzer::kName = QT_TRANSLATE_NOOP("AnalyzerContainer", "Boom analyzer");
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include <qpainter.h>
|
||||
#include "sonogram.h"
|
||||
|
||||
const char* Sonogram::kName = QT_TRANSLATE_NOOP("AnalyzerContainer", "Sonogram");
|
||||
|
@ -8,7 +8,6 @@
|
||||
//
|
||||
|
||||
#include <cmath>
|
||||
#include <qpainter.h>
|
||||
|
||||
#include "turbine.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user