author | alpar |
Mon, 01 Aug 2005 21:24:55 +0000 | |
changeset 1611 | bb51e4a510c5 |
parent 1610 | 893dacc1866c |
child 1612 | 64f983f5a7d5 |
lemon/lp.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/lp.h Mon Aug 01 21:16:08 2005 +0000 1.2 +++ b/lemon/lp.h Mon Aug 01 21:24:55 2005 +0000 1.3 @@ -17,9 +17,7 @@ 1.4 #ifndef LEMON_LP_H 1.5 #define LEMON_LP_H 1.6 1.7 -#ifdef HAVE_CONFIG_H 1.8 #include<lemon/config.h> 1.9 -#endif 1.10 1.11 #ifdef HAVE_GLPK 1.12 #include <lemon/lp_glpk.h>