Kouhei Sutou
null+****@clear*****
Mon Oct 13 00:39:54 JST 2014
Kouhei Sutou 2014-10-13 00:39:54 +0900 (Mon, 13 Oct 2014) New Revision: d06f3eb4003f803f64616e843ec6749a77e69bda https://github.com/mroonga/mroonga/commit/d06f3eb4003f803f64616e843ec6749a77e69bda Message: Simplify mrn_mysql.h includes config.h. Modified files: lib/mrn_path_mapper.cpp Modified: lib/mrn_path_mapper.cpp (+1 -5) =================================================================== --- lib/mrn_path_mapper.cpp 2014-10-13 00:36:48 +0900 (8856e6f) +++ lib/mrn_path_mapper.cpp 2014-10-13 00:39:54 +0900 (ee5432f) @@ -19,16 +19,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <mrn_mysql.h> #include "mrn_path_mapper.hpp" #include <string.h> -#include <mrn_mysql.h> - namespace mrn { char *PathMapper::default_path_prefix = NULL; char *PathMapper::default_mysql_data_home_path = NULL; -------------- next part -------------- HTML����������������������������...Download