~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_interval_test.cc

updated includes to last file rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <drizzled/temporal_interval.h>
31
31
#include <drizzled/plugin/listen.h>
32
32
 
33
 
#include "generator.h"
 
33
#include "temporal_generator.h"
34
34
 
35
35
using namespace drizzled;
36
36