~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/key_use.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:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#pragma once
 
20
#ifndef DRIZZLED_OPTIMIZER_KEY_USE_H
 
21
#define DRIZZLED_OPTIMIZER_KEY_USE_H
21
22
 
22
23
namespace drizzled
23
24
{
161
162
 
162
163
} /* end namespace drizzled */
163
164
 
 
165
#endif /* DRIZZLED_OPTIMIZER_KEY_USE_H */