~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tree.c

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include "mysys_priv.h"
57
57
#include <mystrings/m_string.h>
58
58
#include <mysys/my_tree.h>
59
 
#include "my_base.h"
60
59
 
61
60
#define BLACK           1
62
61
#define RED             0