~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 17:50:29 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029175029-40uk8ln9oor8ueh6
Removed signal.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <mystrings/m_string.h>
47
47
/* Custom HASH API */
48
48
#include <mysys/hash.h>
49
 
/* Standard signals API */
50
 
#include <signal.h>
51
49
/* Defines for the storage engine handler -- i.e. HA_XXX defines */
52
50
#include <drizzled/base.h>                                      /* Needed by field.h */
53
51
/* Custom queue API */