~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

  • Committer: Monty Taylor
  • Date: 2008-07-30 18:03:54 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730180354-c428jes5a89ob7d7
Ding dong include is dead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#include <mysys_err.h>
54
54
#include <mystrings/m_string.h>
55
55
#include <mystrings/m_ctype.h>
56
 
#include "drizzled_error.h"
 
56
#include <drizzled/error.h>
57
57
#include "errmsg.h"
58
58
#include <violite.h>
59
59
#include <my_pthread.h>        /* because of signal()  */