~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/my_handler_errors.cc

  • Committer: Tim Penhey
  • Date: 2010-01-22 02:01:19 UTC
  • mto: (1271.7.10)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: tim@penhey.net-20100122020119-p9byyl1bpzw1b8ws
change the include files

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <drizzled/base.h>
22
22
#include "drizzled/internal/my_sys.h"
23
23
#include <plugin/myisam/my_handler.h>
24
 
#include "drizzled/my_error.h"
 
24
#include "drizzled/error.h"
25
25
 
26
26
#include <drizzled/gettext.h>
27
27