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