[Lemon-commits] [lemon_svn] ladanyi: r1801 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:43 CET 2006
Author: ladanyi
Date: Fri Apr 15 12:37:47 2005
New Revision: 1801
Modified:
hugo/trunk/src/lemon/lp_glpk.h
hugo/trunk/src/lemon/lp_skeleton.h
Log:
Changed the includes.
Modified: hugo/trunk/src/lemon/lp_glpk.h
==============================================================================
--- hugo/trunk/src/lemon/lp_glpk.h (original)
+++ hugo/trunk/src/lemon/lp_glpk.h Fri Apr 15 12:37:47 2005
@@ -21,7 +21,7 @@
///\brief Header of the LEMON-GLPK lp solver interface.
///\ingroup gen_opt_group
-#include "lp_base.h"
+#include <lemon/lp_base.h>
extern "C" {
#include <glpk.h>
}
Modified: hugo/trunk/src/lemon/lp_skeleton.h
==============================================================================
--- hugo/trunk/src/lemon/lp_skeleton.h (original)
+++ hugo/trunk/src/lemon/lp_skeleton.h Fri Apr 15 12:37:47 2005
@@ -18,7 +18,7 @@
#ifndef LEMON_LP_SKELETON
#define LEMON_LP_SKELETON
-#include"lp_base.h"
+#include <lemon/lp_base.h>
///\file
///\brief A skeleton file to implement LP solver interfaces
More information about the Lemon-commits
mailing list