Navigation Menu

Skip to content

Commit

Permalink
mysql51: don't include tztime.h
Browse files Browse the repository at this point in the history
Because tztime.h is already included from mysql_priv.h.
  • Loading branch information
kou committed Nov 26, 2012
1 parent fb4cc27 commit 94f361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -29,6 +29,7 @@
# include <sql_plugin.h>
# include <sql_show.h>
# include <key.h>
# include <tztime.h>
#endif

#include <sql_select.h>
Expand All @@ -39,7 +40,6 @@

#include <ft_global.h>
#include <spatial.h>
#include <tztime.h>
#include <mysql.h>
#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 94f361f

Please sign in to comment.