Skip to content

Commit

Permalink
Cleanup includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Schwarzer committed Mar 8, 2016
1 parent f54473d commit c545e09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ksquareswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
#include "ksquareswindow.h"

//qt
#include <QtGui/QStandardItemModel>
#include <QtCore/QTimer>
#include <QAction>
#include <QDebug>
#include <QLabel>
#include <QStandardItemModel>
#include <QStatusBar>
#include <QTimer>

//kde
#include <KConfigDialog>
#include <KActionCollection>
#include <QDebug>
#include <KLocalizedString>
#include <KScoreDialog>
#include <KStandardGameAction>
#include <QStatusBar>
#include <QAction>
#include <QLabel>

//generated
#include "settings.h"
Expand Down

0 comments on commit c545e09

Please sign in to comment.