~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/date_test.cc

  • Committer: Brian Aker
  • Date: 2010-12-26 00:07:57 UTC
  • Revision ID: brian@tangent.org-20101226000757-ysntnltqywxoe1em
MErge in the include changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "config.h"
22
22
 
23
23
#include <gtest/gtest.h>
24
 
#include <drizzled/decimal.h>
 
24
#include <drizzled/type/decimal.h>
25
25
#include <drizzled/temporal.h>
26
26
#include <drizzled/temporal_format.h>
27
27