~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 07:42:09 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221074209-d1qodu38qyka9p9j
Removed m_string.h from server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
/* Lots of system-wide struct definitions like IO_CACHE,
35
35
   prototypes for all my_* functions */
36
36
#include <mysys/my_sys.h>
37
 
/* Custom C string functions */
38
 
#include <mystrings/m_string.h>
39
37
 
40
38
/* Routines for printing error messages */
41
39
#include <drizzled/errmsg_print.h>