Headers cleanup.

Too much noise on the headers, this commit remove uneeded
headers when they are uneeded.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-06-26 14:01:31 -03:00 committed by Dirk Hohndel
parent b05d15c5a9
commit 89816f64c2
19 changed files with 22 additions and 39 deletions

View file

@ -1,19 +1,10 @@
#include "simplewidgets.h"
#include <QLabel>
#include <QLabel>
#include <QFormLayout>
#include <QIcon>
#include <QAbstractButton>
#include <QSpinBox>
#include <QButtonGroup>
#include <QDebug>
#include <QProcess>
#include <QStringList>
#include <QDebug>
#include <QTime>
#include <QFileDialog>
#include <QDateTime>
#include <QShortcut>
#include <QCalendarWidget>
#include "exif.h"
@ -376,7 +367,6 @@ void DateWidget::mousePressEvent(QMouseEvent *event)
calendarWidget->show();
}
void DateWidget::focusInEvent(QFocusEvent *event)
{
setFocus();