Removing Jenkins warnings

This commit is contained in:
Alexander Bock
2014-09-26 17:53:18 +02:00
parent 742b1016d4
commit bedc894064
7 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ TODO: Iteratively break away parts from it into other classes.
#include <map>
#include <string>
#include <vector>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <ghoul/opencl/ghoul_cl.h>
#include <openspace/flare/KernelConstants.h>
//#include <boost/timer/timer.hpp>

View File

@@ -2,7 +2,7 @@
#define EXTERNALCONTROL_H
#include <openspace/util/powerscaledscalar.h>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <glm/gtc/quaternion.hpp>
namespace openspace {

View File

@@ -29,7 +29,7 @@
#include <openspace/util/powerscaledcoordinate.h>
// glm includes
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/quaternion.hpp>

View File

@@ -27,7 +27,7 @@
// open space includes
// glm includes
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <iostream>

View File

@@ -26,7 +26,7 @@
#define __POWERSCALEDSCALAR_H__
// glm includes
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>

View File

@@ -26,7 +26,7 @@
#include <ghoul/lua/ghoul_lua.h>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <limits>