~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  Functions to autenticate and handle reqests for a connection
23
23
*/
24
24
#include <drizzled/server_includes.h>
 
25
#include <netdb.h>
 
26
 
25
27
#include <drizzled/authentication.h>
26
28
#include <drizzled/db.h>
27
29
#include <drizzled/error.h>
28
 
#include <netdb.h>
 
30
#include <drizzled/sql_parse.h>
29
31
 
30
32
extern scheduler_functions thread_scheduler;
31
33