~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Stewart Smith
  • Date: 2009-12-07 07:10:27 UTC
  • mto: (1240.3.7 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: stewart@flamingspork.com-20091207071027-4byf83nf0lfr97ym
fix includes for drizzled/db.h. Now only in .cc files, no header files. should make modifying db.h much less painful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/sql_base.h>
25
25
#include <drizzled/field/timestamp.h>
 
26
#include <drizzled/db.h>
26
27
 
27
28
#include <algorithm>
28
29