~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/global_stats.h

  • Committer: Brian Aker
  • Date: 2011-02-12 08:10:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212081017-7793i41ybt7gp5ty
More removal of session from includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *
29
29
 */
30
30
 
31
 
#pragma once
 
31
#ifndef PLUGIN_LOGGING_STATS_GLOBAL_STATS_H
 
32
#define PLUGIN_LOGGING_STATS_GLOBAL_STATS_H
32
33
 
33
34
#include "user_commands.h"
34
35
#include "scoreboard_slot.h"
54
55
  UserCommands *user_commands;
55
56
};
56
57
 
 
58
#endif /* PLUGIN_LOGGING_STATS_GLOBAL_STATS_H */