~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_close.cc

Removed global.h. Fixed all the headers.
Also fixed headers to allow for some out of tree builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* close a heap-database */
17
17
 
18
18
#include "heap_priv.h"
 
19
#include <cstdlib>
19
20
 
20
21
using namespace std;
21
22