Removed double namespace prefix

This commit is contained in:
Magne Sjaastad 2017-02-02 12:10:14 +01:00
parent e48c9c0e10
commit a91bf5144f
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include "RiuMainPlotWindow.h"
#include "RiuNightchartsWidget.h"
#include "RiuWellAllocationPlot.h"
#include "cvfColor3.h"

View File

@ -37,7 +37,7 @@ namespace caf {
}
namespace cvf {
class cvf::Color3f;
class Color3f;
}