~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/time_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
 
378
378
                                          "8:04:09",
379
379
                                          "8:04:9",
380
380
                                          "8:4:9"));
381
 
                                          
 
 
b'\\ No newline at end of file'
 
381