~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication/rli.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef RPL_RLI_H
21
21
#define RPL_RLI_H
22
22
 
 
23
#include <drizzled/replication/tblmap.h>
 
24
#include <drizzled/replication/reporting.h>
 
25
#include <drizzled/replication/utility.h>
23
26
#include <string>
24
 
#include "rpl_tblmap.h"
25
 
#include "rpl_reporting.h"
26
 
#include "rpl_utility.h"
27
27
 
28
28
struct RPL_TableList;
29
29
class Master_info;