[Groonga-mysql-commit] mroonga/mroonga at 6f9347d [master] Use <...> for build files instead of "..."

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon Aug 26 17:08:06 JST 2013


Kouhei Sutou	2013-08-26 17:08:06 +0900 (Mon, 26 Aug 2013)

  New Revision: 6f9347d92991a751627afce37dfbe3aecf6e8f8f
  https://github.com/mroonga/mroonga/commit/6f9347d92991a751627afce37dfbe3aecf6e8f8f

  Message:
    Use <...> for build files instead of "..."
    
    Because they are not in the same directory when source directory and
    build directory are different.

  Modified files:
    mrn_mysql.h

  Modified: mrn_mysql.h (+3 -3)
===================================================================
--- mrn_mysql.h    2013-08-26 17:01:10 +0900 (d69014e)
+++ mrn_mysql.h    2013-08-26 17:08:06 +0900 (cac9fcb)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2011 Kouhei Sutou <kou �� clear-code.com>
+  Copyright(C) 2011-2013 Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
 #define MRN_MYSQL_H_
 
 #ifdef HAVE_CONFIG_H
-#  include "config.h"
+#  include <config.h>
 /* We need to undefine them because my_config.h defines them. :< */
 #  undef VERSION
 #  undef PACKAGE
@@ -32,7 +32,7 @@
 #  undef PACKAGE_VERSION
 #endif
 
-#include "mrn_version.h"
+#include <mrn_version.h>
 
 #ifdef FORCE_FAST_MUTEX_DISABLED
 #  ifdef MY_PTHREAD_FASTMUTEX
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index