~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.c

Removed no-longer-used my_md5.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   versions into symbolic names. By Sasha Pachev <sasha@mysql.com>
18
18
 */
19
19
 
20
 
#include <drizzled/global.h>
21
 
#include <mystrings/m_ctype.h>
22
 
#include <mysys/my_sys.h>
23
 
#include <mystrings/m_string.h>
24
 
#include <drizzled/version.h>
 
20
#include <my_global.h>
 
21
#include <m_ctype.h>
 
22
#include <my_sys.h>
 
23
#include <m_string.h>
 
24
#include <drizzle_version.h>
25
25
#include <errno.h>
26
 
#include <mysys/my_getopt.h>
 
26
#include <my_getopt.h>
27
27
 
28
28
#define INIT_SYM_TABLE  4096
29
29
#define INC_SYM_TABLE  4096