~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2008-08-07 16:29:49 UTC
  • mfrom: (264.1.20 codestyle)
  • Revision ID: brian@tangent.org-20080807162949-7o8eyjgdn8ms3n1a
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
 -Brian
42
42
*/
43
 
 
44
 
#ifdef USE_PRAGMA_IMPLEMENTATION
45
 
#pragma implementation        // gcc: Class implementation
46
 
#endif
47
 
 
48
 
#include <drizzled/mysql_priv.h>
 
43
#include <drizzled/common_includes.h>
49
44
#include "ha_tina.h"
50
45
 
51
46