~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/heap.h

  • Committer: Stewart Smith
  • Date: 2008-08-02 07:12:36 UTC
  • mfrom: (258 drizzle)
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080802071236-kbcozl5zm23j6mkn
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _my_base_h
26
26
#include <my_base.h>
27
27
#endif
28
 
#include <my_pthread.h>
29
 
#include <thr_lock.h>
 
28
#include <mysys/my_pthread.h>
 
29
#include <mysys/thr_lock.h>
30
30
 
31
 
#include "my_handler.h"
32
 
#include "my_tree.h"
 
31
#include <mysys/my_handler.h>
 
32
#include <mysys/my_tree.h>
33
33
 
34
34
        /* defines used by heap-funktions */
35
35