~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/assert.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef PLUGIN_UTILITY_FUNCTIONS_ASSERT_H
23
 
#define PLUGIN_UTILITY_FUNCTIONS_ASSERT_H
 
22
#pragma once
24
23
 
25
24
#include <drizzled/item/function/boolean.h>
26
 
#include <iostream>
 
25
#include <iosfwd>
27
26
 
28
27
namespace drizzled
29
28
{
62
61
} /* namespace utility_functions */
63
62
} /* namespace drizzled */
64
63
 
65
 
#endif /* PLUGIN_UTILITY_FUNCTIONS_ASSERT_H */