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