~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/schema.cc

  • Committer: Brian Aker
  • Date: 2011-02-12 10:48:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2167.
  • Revision ID: brian@tangent.org-20110212104853-sm79wbyxl3fuprp2
Additional removal of session

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "config.h"
22
22
 
23
 
#include "drizzled/generator.h"
 
23
#include <drizzled/generator.h>
 
24
#include <drizzled/session.h>
24
25
 
25
26
using namespace std;
26
27