~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Brian Aker
  • Date: 2011-02-14 06:32:03 UTC
  • mfrom: (2154.2.24 drizzle-build)
  • Revision ID: brian@tangent.org-20110214063203-vp3rlbednkovtegj
Merge in the last of the header fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/plugin/client.h>
25
25
#include <drizzled/plugin/query_cache.h>
26
26
#include <drizzled/plugin/transactional_storage_engine.h>
 
27
#include <drizzled/select_result.h>
27
28
 
28
29
namespace drizzled
29
30
{