~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cost_vect.h

Merged remove-dead-find_field_in_table_sef into remove-dead-Item-save_in_field_no_warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_COST_VECT_H
21
21
#define DRIZZLED_COST_VECT_H
22
22
 
23
 
#include <stdint.h>
 
23
namespace drizzled
 
24
{
24
25
 
25
26
class COST_VECT
26
27
{
80
81
  }
81
82
};
82
83
 
 
84
} /* namespace drizzled */
 
85
 
83
86
#endif /* DRIZZLED_COST_VECT_H */