~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dynamic_array.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-06 18:20:11 UTC
  • mto: (2223.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2224.
  • Revision ID: olafvdspek@gmail.com-20110306182011-b8ndi2y5bv221n5p
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* Handling of arrays that can grow dynamicly. */
17
17
 
18
18
#include <config.h>
 
19
#include <algorithm>
 
20
#include <drizzled/dynamic_array.h>
19
21
#include <drizzled/internal/my_sys.h>
20
22
 
21
 
#include <algorithm>
22
 
 
23
23
using namespace std;
24
24
 
25
25
namespace drizzled {