~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.h

  • Committer: Joe Daly
  • Date: 2010-06-08 03:11:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100608031113-wt8o9k2bbyawwazs
add missing guard in header

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
 
21
#ifndef DRIZZLED_STATUS_HELPER_H
 
22
#define DRIZZLED_STATUS_HELPER_H
 
23
 
21
24
#include "drizzled/plugin.h"
22
25
#include "drizzled/statistics_variables.h"
23
26
 
35
38
};
36
39
 
37
40
} /* namespace drizzled */
 
41
 
 
42
#endif /* DRIZZLED_STATUS_HELPER_H */