~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_cache.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 07:54:59 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-20091221075459-p3t1vo29jbq1w8qg
Removed forward declares from server_includes.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <vector>
27
27
 
 
28
class Session;
 
29
 
28
30
using namespace std;
29
31
 
30
32
namespace drizzled