~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/units.h

  • Committer: Brian Aker
  • Date: 2008-11-12 01:27:19 UTC
  • Revision ID: brian@tangent.org-20081112012719-rz97qt34iii2f73o
Next pass in removing/standardizing replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTIONS_UNITS_H
21
21
#define DRIZZLED_FUNCTIONS_UNITS_H
22
22
 
23
 
#include <drizzled/functions/func.h>
24
 
#include <drizzled/functions/real.h>
 
23
#include <drizzled/functions/func.h> 
25
24
 
26
25
class Item_func_units :public Item_real_func
27
26
{