corrected include to follow our standards.

This commit is contained in:
Marek Kochanowicz 2014-07-17 12:58:14 +02:00
parent 6e07568b43
commit 5671a4b8e2

View file

@ -1,7 +1,7 @@
#include "nestedtablemodel.hpp"
#include <cassert>
#include "./idtable.hpp"
#include "idtable.hpp"
CSMWorld::NestedTableModel::NestedTableModel(const QModelIndex& parent,
ColumnBase::Display columnId,