mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cleanup of includes
p4#: 21684
This commit is contained in:
@@ -18,10 +18,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
#include <QAbstractSocket>
|
||||
#include "RifReaderInterface.h"
|
||||
#include "cafFactory.h"
|
||||
#include <QObject>
|
||||
#include <vector>
|
||||
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
@@ -99,6 +97,7 @@ public:
|
||||
virtual bool interpretMore(QDataStream& stream) { return true; }
|
||||
};
|
||||
|
||||
#include "cafFactory.h"
|
||||
typedef caf::Factory<RiaSocketCommand, QString> RiaSocketCommandFactory;
|
||||
|
||||
void getCaseInfoFromCase(RimCase* rimCase, qint64& caseId, QString& caseName, QString& caseType, qint64& caseGroupId);
|
||||
|
||||
Reference in New Issue
Block a user