~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/crc32.h

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-29 21:48:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1432.
  • Revision ID: spsneo@spsneo-laptop-20100329214820-7243d8cj15hn8k61
remove #include config.h from drizzled/algorithm/crc32.h file

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# include <sys/types.h>
39
39
#endif
40
40
 
41
 
#include "config.h"
42
 
 
43
41
namespace drizzled
44
42
{
45
43
namespace algorithm