~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "mysys_priv.h"
17
17
#include "my_static.h"
18
18
#include "mysys_err.h"
19
 
#include <m_string.h>
20
 
#include <m_ctype.h>
 
19
#include <mystrings/m_string.h>
 
20
#include <mystrings/m_ctype.h>
21
21
#include <signal.h>
22
22
 
23
23
bool my_init_done= 0;