~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Brian Aker
  • Date: 2008-11-24 06:52:21 UTC
  • Revision ID: brian@tangent.org-20081124065221-tps3gwixhe53i4gn
Remove useless global variable (let plugins decide)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
*/
82
82
 
83
83
#define NO_YACC_SYMBOLS
84
 
#include "global.h"
 
84
#include <drizzled/global.h>
85
85
#include <mysys/my_sys.h>
86
86
#include <mystrings/m_string.h>
87
87
#include <mysys/my_getopt.h>
88
 
#include "lex.h"
 
88
 
 
89
#include <drizzled/lex.h>
89
90
 
90
91
using namespace std;
91
92