~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tree.h

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#pragma once
 
16
#ifndef DRIZZLED_TREE_H
 
17
#define DRIZZLED_TREE_H
17
18
 
18
19
#include <unistd.h>
19
20
 
20
 
#include <drizzled/base.h>              /* get 'enum ha_rkey_function' */
21
 
#include <drizzled/qsort_cmp.h>
22
 
#include <drizzled/memory/root.h>
 
21
#include "drizzled/base.h"              /* get 'enum ha_rkey_function' */
 
22
#include "drizzled/qsort_cmp.h"
 
23
#include "drizzled/memory/root.h"
23
24
 
24
25
namespace drizzled
25
26
{
88
89
 
89
90
} /* namespace drizzled */
90
91
 
 
92
#endif /* DRIZZLED_TREE_H */