lemon/lp.h
changeset 1611 bb51e4a510c5
parent 1610 893dacc1866c
child 1875 98698b69a902
     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>