Removed fixmes near includes

release/4.3a0
Alex Cunningham 2011-06-17 16:53:11 +00:00
parent 5870d03d76
commit f9e8497d5c
2 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,8 @@ check_PROGRAMS += tests/testJunctionTree
# The headers are installed in $(includedir)/gtsam:
#----------------------------------------------------------------------------------------------------
#FIXME: inclusion of ccolamd is annoying
# CCOLAMD include flags are needed due to the bad include paths within the library
# but will not be exposed to users.
ccolamd_inc = -I$(top_srcdir)/gtsam/3rdparty/CCOLAMD/Include -I$(top_srcdir)/gtsam/3rdparty/UFconfig
headers += $(sources:.cpp=.h)

View File

@ -23,8 +23,6 @@
#include <iostream>
#include <vector>
// FIXME: handle include path better
//#include <gtsam/3rdparty/CCOLAMD/Include/ccolamd.h>
#include <ccolamd.h>
using namespace std;