~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/timestamp_test.cc

updated includes to last file rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <gtest/gtest.h>
24
24
#include <drizzled/temporal.h>
25
25
 
26
 
#include "generator.h"
 
26
#include "temporal_generator.h"
27
27
 
28
28
using namespace drizzled;
29
29