[Groonga-commit] groonga/groonga at bdfedaf [master] Add "grn_" prefix to header file names

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 30 19:05:41 JST 2014


Kouhei Sutou	2014-10-30 19:05:41 +0900 (Thu, 30 Oct 2014)

  New Revision: bdfedafed1022386fe70c6ae6f1a8abb951de3a9
  https://github.com/groonga/groonga/commit/bdfedafed1022386fe70c6ae6f1a8abb951de3a9

  Message:
    Add "grn_" prefix to header file names

  Modified files:
    plugins/ruby/ruby_plugin.h

  Modified: plugins/ruby/ruby_plugin.h (+5 -5)
===================================================================
--- plugins/ruby/ruby_plugin.h    2014-10-30 19:04:20 +0900 (5314ea6)
+++ plugins/ruby/ruby_plugin.h    2014-10-30 19:05:41 +0900 (57cab28)
@@ -16,11 +16,11 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-#include <mrb.h>
-#include <output.h>
-#include <db.h>
-#include <ctx_impl.h>
-#include <util.h>
+#include <grn_mrb.h>
+#include <grn_output.h>
+#include <grn_db.h>
+#include <grn_ctx_impl.h>
+#include <grn_util.h>
 
 #include <groonga/plugin.h>
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index