# HG changeset patch # User alpar # Date 1161083123 0 # Node ID 1645f6cc9667897f639bad613e9be8d8c02713e9 # Parent 133028e83940c8dce4fb98e4cf9ea42eb12569e4 Remove superfluous #ifndef boundaries diff -r 133028e83940 -r 1645f6cc9667 lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Tue Oct 17 11:02:30 2006 +0000 +++ b/lemon/lp_glpk.cc Tue Oct 17 11:05:23 2006 +0000 @@ -16,9 +16,6 @@ * */ -#ifndef LEMON_LP_GLPK_CC -#define LEMON_LP_GLPK_CC - ///\file ///\brief Implementation of the LEMON-GLPK lp solver interface. @@ -526,5 +523,3 @@ } //END OF NAMESPACE LEMON - -#endif //LEMON_LP_GLPK_CC diff -r 133028e83940 -r 1645f6cc9667 lemon/mip_cplex.cc --- a/lemon/mip_cplex.cc Tue Oct 17 11:02:30 2006 +0000 +++ b/lemon/mip_cplex.cc Tue Oct 17 11:05:23 2006 +0000 @@ -16,9 +16,6 @@ * */ -#ifndef LEMON_MIP_CPLEX_CC -#define LEMON_MIP_CPLEX_CC - ///\file ///\brief Implementation of the LEMON-CPLEX mip solver interface. @@ -134,5 +131,3 @@ return objval; } } //END OF NAMESPACE LEMON - -#endif //END OF MIP_CPLEX_CC diff -r 133028e83940 -r 1645f6cc9667 lemon/mip_glpk.cc --- a/lemon/mip_glpk.cc Tue Oct 17 11:02:30 2006 +0000 +++ b/lemon/mip_glpk.cc Tue Oct 17 11:05:23 2006 +0000 @@ -16,9 +16,6 @@ * */ -#ifndef LEMON_MIP_GLPK_CC -#define LEMON_MIP_GLPK_CC - ///\file ///\brief Implementation of the LEMON-GLPK mip solver interface. @@ -111,5 +108,3 @@ return lpx_mip_obj_val(lp); } } //END OF NAMESPACE LEMON - -#endif //END OF MIP_GLPK_CC