~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 01:04:15 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830010415-x4kfxn5ied8htfxy
Header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SET_VAR_H
21
21
#define DRIZZLED_SET_VAR_H
22
22
 
23
 
#include <drizzled/function/func.h>
24
 
#include <drizzled/function/set_user_var.h>
25
 
#include <drizzled/item/string.h>
26
 
 
27
23
#include <string>
28
24
 
 
25
#include "drizzled/function/func.h"
 
26
#include "drizzled/function/set_user_var.h"
 
27
#include "drizzled/item/string.h"
 
28
#include "drizzled/item/field.h"
 
29
 
 
30
 
29
31
/* Classes to support the SET command */
30
32
 
31
33