~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_events/hello_events.cc

  • Committer: Lee Bieber
  • Date: 2011-03-16 16:39:32 UTC
  • mfrom: (2239.1.11 includes)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: kalebral@gmail.com-20110316163932-ckt3uulj4pimqs8b
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include <drizzled/session.h>
41
41
#include <drizzled/table/instance/base.h>
42
42
#include "hello_events.h"
 
43
#include <drizzled/plugin.h>
43
44
 
44
45
namespace po= boost::program_options;
45
46
using namespace drizzled;