~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_rli.cc

Removed time.h and sys/time.h from global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include <drizzled/server_includes.h>
17
17
 
 
18
#if TIME_WITH_SYS_TIME
 
19
# include <sys/time.h>
 
20
# include <time.h>
 
21
#else
 
22
# if HAVE_SYS_TIME_H
 
23
#  include <sys/time.h>
 
24
# else
 
25
#  include <time.h>
 
26
# endif
 
27
#endif
 
28
 
 
29
 
18
30
#include "rpl_mi.h"
19
31
#include "rpl_rli.h"
20
32
#include "sql_repl.h"  // For check_binlog_magic