Skip to content

Commit

Permalink
Merge pull request #13 from arpg/fix/update_cvar_path
Browse files Browse the repository at this point in the history
update cvar include directory
  • Loading branch information
gsibley committed Oct 25, 2015
2 parents c1ed0f2 + 8c6dd64 commit 2d9f59b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Examples/ConstraintDemo/CVarHelpers.h
@@ -1,7 +1,7 @@
#ifndef _CVAR_HELPERS_
#define _CVAR_HELPERS_

#include <CVars/CVarVectorIO.h>
#include <cvars/CVarVectorIO.h>

#include <Eigen/Core>
#include <sophus/se3.hpp>
Expand Down
2 changes: 1 addition & 1 deletion Examples/ConstraintDemo/main.cpp
Expand Up @@ -4,7 +4,7 @@
#include <SceneGraph/SceneGraph.h> // for open GL scene graph
#include "GetPot" // for command line parsing
#include "CVarHelpers.h" // for parsing Eigen vars as CVars
#include <CVars/CVar.h> // for glconsole
#include <cvars/CVar.h> // for glconsole
#include <ModelGraph/Models.h> // Include the ModelGraph
#include "RenderClass.h"
#include "PhysicsClass.h"
Expand Down
2 changes: 1 addition & 1 deletion Examples/ModelPhysics/CVarHelpers.h
@@ -1,7 +1,7 @@
#ifndef _CVAR_HELPERS_
#define _CVAR_HELPERS_

#include <CVars/CVarVectorIO.h>
#include <cvars/CVarVectorIO.h>

#include <Eigen/Core>

Expand Down
2 changes: 1 addition & 1 deletion Examples/ModelPhysics/CarDemo.cpp
Expand Up @@ -5,7 +5,7 @@

#include "CVarHelpers.h"
#include <SceneGraph/SceneGraph.h>
#include <CVars/CVar.h>
#include <cvars/CVar.h>
#include <pangolin/pangolin.h>
#include "BulletWrapper.h"

Expand Down
4 changes: 2 additions & 2 deletions Examples/SimCam/CVarHelpers.h
@@ -1,7 +1,7 @@
#ifndef _CVAR_HELPERS_
#define _CVAR_HELPERS_

#include <CVars/CVarVectorIO.h>
#include <cvars/CVarVectorIO.h>

#include <Eigen/Core>

Expand Down Expand Up @@ -65,4 +65,4 @@ namespace CVarUtils

}

#endif
#endif
2 changes: 1 addition & 1 deletion Examples/SimCam/SimCamDEMO.cpp
Expand Up @@ -6,7 +6,7 @@
#include <Mvlpp/Mvl.h>

#include "CVarHelpers.h"
#include <CVars/CVar.h>
#include <cvars/CVar.h>

using namespace std;

Expand Down

0 comments on commit 2d9f59b

Please sign in to comment.