~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 16:31:46 UTC
  • mfrom: (612.2.10 devel)
  • Revision ID: brian@tangent.org-20081126163146-nptzh53wd333f620
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 *
34
34
 **/
35
35
 
36
 
#include <config.h>
37
 
 
 
36
#include "client_priv.h"
38
37
#include <string>
39
38
#include CMATH_H
40
 
 
41
 
#include "client_priv.h"
42
39
#include <mystrings/m_ctype.h>
43
40
#include <stdarg.h>
44
41
#include <readline/history.h>