~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_bitmap.c

  • Committer: Monty Taylor
  • Date: 2008-07-29 19:45:49 UTC
  • mfrom: (212.5.34 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729194549-1455h4t2fh40s92z
Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "mysys_priv.h"
39
39
#include <mysys/my_bitmap.h>
40
40
#include <mystrings/m_string.h>
41
 
#include <my_bit.h>
 
41
#include <mysys/my_bit.h>
42
42
 
43
43
void create_last_word_mask(MY_BITMAP *map)
44
44
{