null+****@clear*****
null+****@clear*****
2012年 1月 12日 (木) 10:08:58 JST
Kouhei Sutou 2012-01-12 10:08:58 +0900 (Thu, 12 Jan 2012)
New Revision: 6e2916512b2074db96518f4db238188106537a6a
Log:
use <...> for public header.
Modified files:
include/groonga/plugin.h
Modified: include/groonga/plugin.h (+3 -2)
===================================================================
--- include/groonga/plugin.h 2012-01-12 10:06:24 +0900 (22e9c17)
+++ include/groonga/plugin.h 2012-01-12 10:08:58 +0900 (cb4bd10)
@@ -1,5 +1,6 @@
/* -*- c-basic-offset: 2 -*- */
-/* Copyright(C) 2010 Brazil
+/*
+ Copyright(C) 2010-2012 Brazil
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -17,7 +18,7 @@
#ifndef GRN_PLUGIN_H
#define GRN_PLUGIN_H
-#include "groonga.h"
+#include <groonga.h>
#ifdef __cplusplus
extern "C" {