mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:53:51 +00:00
Removed pointless includes.
This commit is contained in:
parent
71d6364754
commit
bb62efc3d8
3 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
#include "commands.hpp"
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#include "genericcreator.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <qt4/QtCore/QString>
|
||||
|
||||
#include <QHBoxLayout>
|
||||
#include <QPushButton>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "recordstatusdelegate.hpp"
|
||||
#include "util.hpp"
|
||||
#include <qt4/QtCore/qabstractitemmodel.h>
|
||||
|
||||
void CSVWorld::Table::contextMenuEvent (QContextMenuEvent *event)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue