~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/num1.h

  • Committer: Brian Aker
  • Date: 2011-02-12 08:10:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212081017-7793i41ybt7gp5ty
More removal of session from includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#pragma once
 
20
#ifndef DRIZZLED_FUNCTION_NUM1_H
 
21
#define DRIZZLED_FUNCTION_NUM1_H
21
22
 
22
23
#include <drizzled/function/numhybrid.h>
23
24
 
40
41
 
41
42
} /* namespace drizzled */
42
43
 
 
44
#endif /* DRIZZLED_FUNCTION_NUM1_H */