~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_generator.cc

updated includes to last file rename

Show diffs side-by-side

added added

removed removed

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