~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range_param.h

Updated another include guard that was caught by make check.

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
 
#ifndef DRIZZLE_OPTIMIZER_RANGE_PARAM_H
21
 
#define DRIZZLE_OPTIMIZER_RANGE_PARAM_H
 
20
#ifndef DRIZZLED_OPTIMIZER_RANGE_PARAM_H
 
21
#define DRIZZLED_OPTIMIZER_RANGE_PARAM_H
22
22
 
23
23
#include "drizzled/field.h"
24
24
 
101
101
 
102
102
} /* namespace drizzled */
103
103
 
104
 
#endif /* DRIZZLE_OPTIMIZER_RANGE_PARAM_H */
 
104
#endif /* DRIZZLED_OPTIMIZER_RANGE_PARAM_H */