~jaypipes/drizzle/subscriber-plugin

« back to all changes in this revision

Viewing changes to drizzled/internal/ctype-simple.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "config.h"
17
17
 
18
 
#include "m_string.h"
19
 
#include "m_ctype.h"
20
 
#include <errno.h>
21
 
#include <stdio.h>
22
 
#include <stdlib.h>
 
18
#include "drizzled/internal/m_string.h"
 
19
#include "drizzled/charset_info.h"
 
20
#include <cerrno>
 
21
#include <cstdio>
 
22
#include <cstdlib>
23
23
 
24
 
#include "stdarg.h"
 
24
#include <stdarg.h>
25
25
 
26
26
#include <algorithm>
27
27