~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/nested_join.h"
25
25
#include "drizzled/sql_lex.h"
26
26
#include "drizzled/sql_select.h"
 
27
#include "drizzled/strfunc.h"
27
28
 
28
29
using namespace std;
29
30