~jaypipes/drizzle/subscriber-plugin

« back to all changes in this revision

Viewing changes to plugin/heap/heap.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <drizzled/base.h>
27
27
#include <drizzled/common.h>
28
 
#include <mysys/my_pthread.h>
29
 
#include <mysys/thr_lock.h>
 
28
#include "drizzled/internal/my_pthread.h"
 
29
#include <drizzled/thr_lock.h>
30
30
 
31
31
#include <plugin/myisam/my_handler.h>
32
 
#include <mysys/my_tree.h>
 
32
#include "drizzled/my_tree.h"
33
33
 
34
34
        /* defines used by heap-funktions */
35
35