Navigation Menu

Skip to content

Commit

Permalink
Include groonga.h after MySQL headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2017
1 parent cdaf15b commit f8c0b19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lib/mrn_database_manager.hpp
Expand Up @@ -22,9 +22,10 @@
#ifndef MRN_DATABASE_MANAGER_HPP_
#define MRN_DATABASE_MANAGER_HPP_

#include <groonga.h>
#include "mrn_database.hpp"

#include <groonga.h>

namespace mrn {
class DatabaseManager {
public:
Expand Down
4 changes: 2 additions & 2 deletions lib/mrn_multiple_column_key_codec.hpp
Expand Up @@ -20,11 +20,11 @@
#ifndef MRN_MULTIPLE_COLUMN_KEY_CODEC_HPP_
#define MRN_MULTIPLE_COLUMN_KEY_CODEC_HPP_

#include <groonga.h>

#include <mrn_mysql.h>
#include <mrn_mysql_compat.h>

#include <groonga.h>

namespace mrn {
class MultipleColumnKeyCodec {
public:
Expand Down
4 changes: 2 additions & 2 deletions lib/mrn_query_parser.hpp
Expand Up @@ -19,11 +19,11 @@

#pragma once

#include <groonga.h>

#include <mrn_mysql.h>
#include <mrn_mysql_compat.h>

#include <groonga.h>

namespace mrn {
class QueryParser {
public:
Expand Down

0 comments on commit f8c0b19

Please sign in to comment.