~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#pragma implementation        // gcc: Class implementation
18
18
#endif
19
19
 
20
 
#include "mysql_priv.h"
 
20
#include <drizzled/mysql_priv.h>
21
21
#include <storage/myisam/myisam.h>
22
22
 
23
23
#include "ha_archive.h"
24
 
#include <my_dir.h>
25
24
 
26
25
/*
27
26
  First, if you want to understand storage engines you should look at