Navigation Menu

Skip to content

Commit

Permalink
use <...> instead of "..." for MySQL header include.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2011
1 parent fcf2648 commit e8d1a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -47,7 +47,7 @@
#include <probes_mysql.h>
#include <sql_plugin.h>
#include <sql_show.h>
#include "sql_partition.h"
#include <sql_partition.h>
#include <key.h>
#endif
#include <sql_select.h>
Expand Down

0 comments on commit e8d1a45

Please sign in to comment.