~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-10-02 22:27:22 UTC
  • mto: (1823.1.1 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1824.
  • Revision ID: osullivan.padraig@gmail.com-20101002222722-1fyd3trq2thwp26i
Remove cpp and header file with MyBitmap class and associated functions. No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_ITEM_INT_H
22
22
 
23
23
#include <drizzled/item/num.h>
 
24
#include <drizzled/util/test.h>
24
25
 
25
26
namespace drizzled
26
27
{