~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Brian Aker
  • Date: 2011-11-30 17:23:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2466.
  • Revision ID: brian@tangent.org-20111130172318-3lfw8f73h0uycpda
Fix compiling issues for 1.0, and cleanup header files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
*/
73
73
 
74
74
#include <config.h>
75
 
#include "client_priv.h"
 
75
#include "client/client_priv.h"
76
76
 
77
 
#include "option_string.h"
78
 
#include "stats.h"
79
 
#include "thread_context.h"
80
 
#include "conclusions.h"
81
 
#include "wakeup.h"
 
77
#include "client/option_string.h"
 
78
#include "client/stats.h"
 
79
#include "client/thread_context.h"
 
80
#include "client/conclusions.h"
 
81
#include "client/wakeup.h"
82
82
 
83
83
#include <signal.h>
84
84
#include <stdarg.h>