~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/performance_dictionary/query_usage.h

  • Committer: Monty Taylor
  • Date: 2010-11-27 03:46:40 UTC
  • mto: (1963.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1964.
  • Revision ID: mordred@inaugust.com-20101127034640-mx3j35kbdess15i1
Removed the need for getrusage.h by doing a define check and an AC_DEFINE in
pandora-build. I imagine this is something we'll run in to in other projects
and it's good to just have a test for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_PERFORMANCE_DICTIONARY_QUERY_USAGE_H
22
22
#define PLUGIN_PERFORMANCE_DICTIONARY_QUERY_USAGE_H
23
23
 
24
 
#include "drizzled/internal/getrusage.h"
25
 
 
26
24
#include "drizzled/session.h"
27
25
 
28
26
namespace performance_dictionary {