Skip to content

Commit

Permalink
Merge remote-tracking branch 'emperorarthur/no_relative'
Browse files Browse the repository at this point in the history
  • Loading branch information
zinnschlag committed Nov 28, 2015
2 parents ff5582e + c66fd69 commit 2bef714
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 0 additions & 2 deletions components/bsa/bsa_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>

#include "../files/constrainedfilestream.hpp"

using namespace std;
using namespace Bsa;

Expand Down
2 changes: 1 addition & 1 deletion components/contentselector/model/contentmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <QTextCodec>
#include <QDebug>

#include "components/esm/esmreader.hpp"
#include <components/esm/esmreader.hpp>

ContentSelectorModel::ContentModel::ContentModel(QObject *parent, QIcon warningIcon) :
QAbstractTableModel(parent),
Expand Down
2 changes: 1 addition & 1 deletion components/contentselector/view/contentselector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "contentselector.hpp"

#include "../model/esmfile.hpp"
#include <components/contentselector/model/esmfile.hpp>

#include <QSortFilterProxyModel>

Expand Down
2 changes: 1 addition & 1 deletion components/contentselector/view/contentselector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <QDialog>

#include "ui_contentselector.h"
#include "../model/contentmodel.hpp"
#include <components/contentselector/model/contentmodel.hpp>

class QSortFilterProxyModel;

Expand Down
11 changes: 5 additions & 6 deletions components/nifbullet/bulletnifloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bef714

Please sign in to comment.