Changed the includes.
1.1 --- a/src/lemon/lp_glpk.h Thu Apr 14 21:23:25 2005 +0000
1.2 +++ b/src/lemon/lp_glpk.h Fri Apr 15 10:37:47 2005 +0000
1.3 @@ -21,7 +21,7 @@
1.4 ///\brief Header of the LEMON-GLPK lp solver interface.
1.5 ///\ingroup gen_opt_group
1.6
1.7 -#include "lp_base.h"
1.8 +#include <lemon/lp_base.h>
1.9 extern "C" {
1.10 #include <glpk.h>
1.11 }
2.1 --- a/src/lemon/lp_skeleton.h Thu Apr 14 21:23:25 2005 +0000
2.2 +++ b/src/lemon/lp_skeleton.h Fri Apr 15 10:37:47 2005 +0000
2.3 @@ -18,7 +18,7 @@
2.4 #ifndef LEMON_LP_SKELETON
2.5 #define LEMON_LP_SKELETON
2.6
2.7 -#include"lp_base.h"
2.8 +#include <lemon/lp_base.h>
2.9
2.10 ///\file
2.11 ///\brief A skeleton file to implement LP solver interfaces