~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

  • Committer: Monty Taylor
  • Date: 2008-09-23 00:09:32 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080923000932-5sao8gsxi3l9lt63
Removed C++ includes and std namespace from global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#endif
27
27
 
28
28
#include <utility>
 
29
#include <algorithm>
29
30
 
30
31
/** Struct to handle simple linked lists. */
31
32
typedef struct st_sql_list {