~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Monty Taylor
  • Date: 2011-03-09 04:38:08 UTC
  • mto: This revision was merged to the branch mainline in revision 2227.
  • Revision ID: mordred@inaugust.com-20110309043808-oz0kahq034c2sf33
Moved drizzle/drizzle.h to libdrizzle/libdrizzle.h - we don't have a drizzle
header namespace that we install things in to.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 **/
36
36
 
37
37
#include <config.h>
38
 
#include <drizzle/drizzle.h>
 
38
#include <libdrizzle/libdrizzle.h>
39
39
 
40
40
#include "server_detect.h"
41
41
#include "get_password.h"