~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/dictionary.h

  • Committer: Monty Taylor
  • Date: 2010-10-21 23:10:12 UTC
  • mto: (1879.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101021231012-uhsebiqo23xi0ygy
Updated AUTHORS list with everyone from bzr logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_SESSION_DICTIONARY_DICTIONARY_H
22
22
#define PLUGIN_SESSION_DICTIONARY_DICTIONARY_H
23
23
 
24
 
#include <drizzled/plugin/table_function.h>
25
 
#include <plugin/session_dictionary/processlist.h>
26
 
#include <plugin/session_dictionary/savepoints.h>
27
 
#include <plugin/session_dictionary/variables.h>
 
24
#include "drizzled/plugin/table_function.h"
 
25
#include "plugin/session_dictionary/processlist.h"
28
26
 
29
27
#endif /* PLUGIN_SESSION_DICTIONARY_DICTIONARY_H */