~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_enabled_ms.cc

code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * System dump table.
22
22
 *
23
23
 */
24
 
#ifdef DRIZZLED
25
 
#include "config.h"
26
 
#include <drizzled/common.h>
27
 
#include <drizzled/session.h>
28
 
#include <drizzled/field/blob.h>
29
 
#endif
 
24
#ifndef DRIZZLED
30
25
 
31
26
#include "cslib/CSConfig.h"
32
27
 
184
179
        seqScanNext(buf);
185
180
}
186
181
 
 
182
#endif // DRIZZLED
187
183
 
188
184