~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 12:49:11 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329124911-h0y9cq32bg9kvuki
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#pragma once
19
19
 
20
 
namespace drizzled {
21
 
  namespace identifier {
22
 
    class Table;
23
 
  }
24
 
}
 
20
#include <drizzled/common_fwd.h>
25
21
 
26
22
#include <drizzled/key_map.h>
27
23