forked from mirror/openmw-tes3mp
Changed relative includes to library header format
This commit is contained in:
parent
5b8fd79b4b
commit
4c0c20b1a0
4 changed files with 7 additions and 10 deletions
|
@ -28,8 +28,6 @@
|
|||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
#include "../files/constrainedfilestream.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace Bsa;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "contentselector.hpp"
|
||||
|
||||
#include "../model/esmfile.hpp"
|
||||
#include <components/contentselector/model/esmfile.hpp>
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <QDialog>
|
||||
|
||||
#include "ui_contentselector.h"
|
||||
#include "../model/contentmodel.hpp"
|
||||
#include <components/contentselector/model/contentmodel.hpp>
|
||||
|
||||
class QSortFilterProxyModel;
|
||||
|
||||
|
|
|
@ -12,12 +12,11 @@
|
|||
|
||||
#include <components/misc/stringops.hpp>
|
||||
|
||||
#include "../nif/niffile.hpp"
|
||||
#include "../nif/node.hpp"
|
||||
#include "../nif/data.hpp"
|
||||
#include "../nif/property.hpp"
|
||||
#include "../nif/controller.hpp"
|
||||
#include "../nif/extra.hpp"
|
||||
#include <components/nif/node.hpp>
|
||||
#include <components/nif/data.hpp>
|
||||
#include <components/nif/property.hpp>
|
||||
#include <components/nif/controller.hpp>
|
||||
#include <components/nif/extra.hpp>
|
||||
|
||||
|
||||
namespace
|
||||
|
|
Loading…
Reference in a new issue