~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.h

  • Committer: Robert Klahn
  • Date: 2009-08-11 20:20:52 UTC
  • mto: (1115.3.2 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: rklahn@quad-20090811202052-kvooe30lm74r8tag
Include drizzled/global.h in <dot>cc files, not <dot>h files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
/* List of error names to error codes, available from 5.0 */
25
25
 
26
 
#include <drizzled/global.h>
27
26
#include <string>
28
27
#include <map>
29
28