~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Monty Taylor
  • Date: 2008-07-30 18:03:54 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730180354-c428jes5a89ob7d7
Ding dong include is dead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
 
226
226
/* Include prototypes for unireg */
227
227
 
228
 
#include <include/drizzled_error.h>
 
228
#include <drizzled/error.h>
229
229
#include "structs.h"                            /* All structs we need */
230
230
 
231
231
#endif