~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include <mysys/my_dir.h>
33
33
#include <stdarg.h>
34
 
#include <m_ctype.h>                            // For test_if_number
35
34
 
36
35
#include <drizzled/plugin.h>
37
36