Fix unused headers in editstopdialog.cpp and stopdelegate.cpp

This commit is contained in:
Filippo Gentile 2023-02-18 18:48:09 +01:00
parent de54030785
commit 706d9dadb4
2 changed files with 5 additions and 8 deletions

View File

@ -11,7 +11,6 @@
#include "rscoupledialog.h"
#include "model/rscouplinginterface.h"
#include "model/rsproxymodel.h"
#include "model/stopcouplingmodel.h"
#include "model/trainassetmodel.h"
#include "model/jobpassingsmodel.h"

View File

@ -1,17 +1,15 @@
#include "stopdelegate.h"
#include "stopeditor.h"
#include "model/stopmodel.h"
#include <QPainter>
#include <QSvgRenderer>
#include "app/session.h"
#include "model/stopmodel.h"
#include "app/scopedebug.h"
#include <QGuiApplication>
#include <sqlite3pp/sqlite3pp.h>
using namespace sqlite3pp;
#include "app/scopedebug.h"
#include <QDebug>
StopDelegate::StopDelegate(sqlite3pp::database &db, QObject *parent) :