~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_format_test.cc

updated includes to last file rename

Show diffs side-by-side

added added

removed removed

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