mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-04 04:30:51 -06:00
#4683 VizFwk : Make several header files self contained by include of cvfBase.h
This commit is contained in:
parent
03fd2c70fe
commit
97d6638293
@ -37,6 +37,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace cvf {
|
||||
|
@ -37,6 +37,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
|
||||
|
||||
namespace cvf {
|
||||
|
||||
// Forward declarations
|
||||
|
@ -37,6 +37,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
|
||||
namespace cvf {
|
||||
|
||||
|
||||
|
@ -37,6 +37,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
|
||||
#include "cvfSystem.h"
|
||||
#include "cvfVector3.h"
|
||||
#include "cvfVector4.h"
|
||||
|
@ -37,6 +37,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfSystem.h"
|
||||
|
||||
#include <set>
|
||||
|
Loading…
Reference in New Issue
Block a user