~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-24 03:26:55 UTC
  • mfrom: (553.1.3 fix-headers)
  • Revision ID: monty@inaugust.com-20081024032655-oi71kk4m28zsy6oi
Merged fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/error.h>
23
23
#include <drizzled/gettext.h>
24
24
 
25
 
#include "tmp_table.h"
26
 
#include "sj_tmp_table.h"
 
25
#include <drizzled/tmp_table.h>
 
26
#include <drizzled/sj_tmp_table.h>
 
27
#include <drizzled/nested_join.h>
27
28
 
28
29
#include <string>
29
30