~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 02:48:56 UTC
  • Revision ID: monty@inaugust.com-20081023024856-31i4hijejds1cp2f
Took gettext.h out of header files.
Made error messages come through a function.
Removed ER_SAFE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include <signal.h>
51
51
/* Deadlock-free table-list lock API */
52
52
#include <mysys/thr_lock.h>
53
 
/* Custom error API */
54
 
#include <drizzled/error.h>
55
53
/* Defines for the storage engine handler -- i.e. HA_XXX defines */
56
54
#include <drizzled/base.h>                                      /* Needed by field.h */
57
55
/* Custom queue API */
68
66
#include <netdb.h>
69
67
/* Definitions that the client and the server have in common */
70
68
#include <drizzled/common.h>
71
 
/* gettext() convenience wrappers */
72
 
#include <drizzled/gettext.h>
73
69
/* Contains system-wide constants and #defines */
74
70
#include <drizzled/definitions.h>
75
71
/* System-wide common data structures */
76
72
#include <drizzled/structs.h>
77
 
/* Custom error definitions */
78
 
#include <drizzled/error.h>
79
73
/* Custom continguous-section memory allocator */
80
74
#include <drizzled/sql_alloc.h>
81
75
/* Definition of the MY_LOCALE struct and some convenience functions */