~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2011-02-21 01:40:30 UTC
  • mto: (2192.1.1 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2193.
  • Revision ID: brian@tangent.org-20110221014030-9d8plsuq4fsbkms4
Sort the headers in cursor to find dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * @TODO Convert HA_XXX defines into enums and/or bitmaps
26
26
 */
27
27
 
28
 
#include "definitions.h"
 
28
#include <drizzled/definitions.h>
29
29
 
30
30
#ifndef DRIZZLED_BASE_H
31
31
#define DRIZZLED_BASE_H