~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.c

  • Committer: Monty Taylor
  • Date: 2008-07-30 19:17:49 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730191749-xfjicbhw2qna3hs2
Removed excess AM_CPPFLAGS from the tree. Now the only thing that should be in the include path should be -I${top_srcdir} and -I${top_builddir}w

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/error.h>
23
23
#include <mysys/my_sys.h>
24
24
#include <mystrings/m_string.h>
25
 
#include <violite.h>
 
25
#include <vio/violite.h>
26
26
#include <signal.h>
27
27
#include <errno.h>
28
28
#include <sys/poll.h>
39
39
 
40
40
#define DONT_USE_THR_ALARM
41
41
 
42
 
#include "thr_alarm.h"
 
42
#include <mysys/thr_alarm.h>
43
43
 
44
44
 
45
45
#define update_statistics(A)