~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-10-22 21:31:15 UTC
  • Revision ID: monty@inaugust.com-20081022213115-xuxc80r939tl88p1
Renamed drizzle_common again. Removed sql_common. (empty) 
Now all we need to do is merge/disect base.h, common.h, common_includes.h, server_includes.h and globa.h (good grief)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
/* Network database operations (hostent, netent, servent, etc...*/
70
70
#include <netdb.h>
71
71
/* Definitions that the client and the server have in common */
72
 
#include <drizzled/drizzle_common.h>
 
72
#include <drizzled/common.h>
73
73
/* gettext() convenience wrappers */
74
74
#include <drizzled/gettext.h>
75
75
/* Contains system-wide constants and #defines */