1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +00:00

Removed pointless includes.

This commit is contained in:
Marek Kochanowicz 2014-01-27 13:36:01 +01:00
parent 71d6364754
commit bb62efc3d8
3 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#include "commands.hpp"
#include <QAbstractItemModel>

View file

@ -2,7 +2,6 @@
#include "genericcreator.hpp"
#include <memory>
#include <qt4/QtCore/QString>
#include <QHBoxLayout>
#include <QPushButton>

View file

@ -16,7 +16,6 @@
#include "recordstatusdelegate.hpp"
#include "util.hpp"
#include <qt4/QtCore/qabstractitemmodel.h>
void CSVWorld::Table::contextMenuEvent (QContextMenuEvent *event)
{