~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * used in the nested loops join implementation.
26
26
 */
27
27
 
28
 
#ifndef DRIZZLED_JOINTABLE_H
29
 
#define DRIZZLED_JOINTABLE_H
 
28
#ifndef DRIZZLED_JOIN_TABLE_H
 
29
#define DRIZZLED_JOIN_TABLE_H
30
30
 
31
31
#include <drizzled/enum_nested_loop_state.h>
32
32
#include <drizzled/table_reference.h>
195
195
  void readCachedRecord();
196
196
};
197
197
 
198
 
#endif /* DRIZZLED_JOINTABLE_H */
 
198
#endif /* DRIZZLED_JOIN_TABLE_H */