~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/heap.h

  • Committer: Monty Taylor
  • Date: 2010-12-24 02:13:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101224021305-e3slv1cyjczqorij
Changed the bzrignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/base.h>
25
25
#include <drizzled/common.h>
26
 
#include <drizzled/internal/my_pthread.h>
 
26
#include "drizzled/internal/my_pthread.h"
27
27
#include <drizzled/thr_lock.h>
28
28
 
29
29
#include <plugin/myisam/my_handler.h>
30
 
#include <drizzled/tree.h>
 
30
#include "drizzled/tree.h"
31
31
 
32
32
#include <vector>
33
33