From: MORIOKA Tomohiko Date: Mon, 1 Apr 2013 05:10:59 +0000 (+0900) Subject: Move code to include "config.h" into sysdep.h. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c15752566e59773e87981cd20e78678ccee18d9c;p=chise%2Fconcord.git Move code to include "config.h" into sysdep.h. --- diff --git a/concord-bdb.c b/concord-bdb.c index 197d8d9..d68eefe 100644 --- a/concord-bdb.c +++ b/concord-bdb.c @@ -21,9 +21,6 @@ #include #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include "sysdep.h" #include "concord.h" #include "concord-bdb.h"