Profile: include Qt headers directly

No reason to include mainwindow.h

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-05 17:05:30 -08:00
parent f3232b1a6f
commit 3ef9e07380

View file

@ -1,9 +1,10 @@
#include "divetextitem.h"
#include "mainwindow.h"
#include "profilewidget2.h"
#include "subsurface-core/color.h"
#include <QBrush>
#include <QDebug>
#include <QApplication>
DiveTextItem::DiveTextItem(QGraphicsItem *parent) : QGraphicsItemGroup(parent),
internalAlignFlags(Qt::AlignHCenter | Qt::AlignVCenter),