~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/scheduler.h

  • 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:
27
27
#include <string>
28
28
#include <vector>
29
29
 
 
30
class Session;
 
31
 
30
32
namespace drizzled
31
33
{
32
34
namespace plugin