Skip to content
Snippets Groups Projects
Commit e954334a authored by Daniel Teske's avatar Daniel Teske
Browse files

session.h: Fix order of includes


Forgot to fix that in the last commit

Change-Id: I60f23be915f01c43fc3950ba6a97315176429842
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent b7713ee2
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,13 @@
#include "projectexplorer_export.h"
#include <utils/persistentsettings.h>
#include <QtCore/QHash>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QMap>
#include <QtCore/QFutureInterface>
#include <utils/persistentsettings.h>
QT_BEGIN_NAMESPACE
class QAbstractItemModel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment