Improved spacing, and removed some unused includes

This commit is contained in:
Jacob Støren 2016-12-16 09:41:22 +01:00
parent fd604f844b
commit e990de8243
2 changed files with 6 additions and 8 deletions

View File

@ -20,12 +20,10 @@
#pragma once #pragma once
#include "cvfObject.h" #include "cvfObject.h"
#include <vector> #include <vector>
#include <string>
//================================================================================================== //==================================================================================================
/// ///
//================================================================================================== //==================================================================================================
class RigStatisticsDataCache;
class RigFemScalarResultFrames: public cvf::Object class RigFemScalarResultFrames: public cvf::Object
{ {