~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.c

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  embedded library
19
19
 */
20
20
#include <my_global.h>
21
 
#include <mysql.h>
22
 
#include <mysql_com.h>
 
21
#include <drizzle.h>
 
22
#include <drizzle_com.h>
23
23
#include <mysqld_error.h>
24
24
#include <my_sys.h>
25
25
#include <m_string.h>