summaryrefslogtreecommitdiff
path: root/storage/mroonga/lib/mrn_encoding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/lib/mrn_encoding.hpp')
-rw-r--r--storage/mroonga/lib/mrn_encoding.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/mroonga/lib/mrn_encoding.hpp b/storage/mroonga/lib/mrn_encoding.hpp
index b29b44d967e..9c3a65da0f1 100644
--- a/storage/mroonga/lib/mrn_encoding.hpp
+++ b/storage/mroonga/lib/mrn_encoding.hpp
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 2 -*- */
/*
- Copyright(C) 2013 Kouhei Sutou <kou@clear-code.com>
+ Copyright(C) 2013-2015 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
@@ -20,11 +20,11 @@
#ifndef MRN_ENCODING_HPP_
#define MRN_ENCODING_HPP_
-#include <groonga.h>
-
#include <mrn_mysql.h>
#include <mrn_mysql_compat.h>
+#include <groonga.h>
+
namespace mrn {
namespace encoding {
void init(void);