~eday/drizzle/eday-dev

« back to all changes in this revision

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

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "drizzled/global.h"
17
 
 
18
 
#include "m_string.h"
19
 
#include "m_ctype.h"
20
 
#include <errno.h>
21
 
#include <stdio.h>
22
 
#include <stdlib.h>
23
 
 
24
 
#include "stdarg.h"
 
16
#include "config.h"
 
17
 
 
18
#include "drizzled/internal/m_string.h"
 
19
#include "drizzled/charset_info.h"
 
20
#include <cerrno>
 
21
#include <cstdio>
 
22
#include <cstdlib>
 
23
 
 
24
#include <stdarg.h>
25
25
 
26
26
#include <algorithm>
27
27