/************************************************************************The index tree general types(c) 1996 Innobase OyCreated 2/17/1996 Heikki Tuuri*************************************************************************/#ifndef btr0types_h#define btr0types_h#include "univ.i"#include "rem0types.h"#include "page0types.h"typedefstructbtr_pcur_structbtr_pcur_t;typedefstructbtr_cur_structbtr_cur_t;typedefstructbtr_search_structbtr_search_t;#endif