~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 03:04:03 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210030403-xmctvux6s7mj5syo
Got rid of the rest of common_includes. Now on to server_includes.

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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <drizzled/common_includes.h>
 
16
#include <drizzled/server_includes.h>
17
17
#include <drizzled/table.h>
18
18
#include "ha_blackhole.h"
19
19