~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/convert.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
merge lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
 
23
 
#ifndef DRIZZLED_UTIL_CONVERT_H
24
 
#define DRIZZLED_UTIL_CONVERT_H
 
23
#pragma once
25
24
 
26
25
#include <boost/lexical_cast.hpp>
27
26
#include <string>
28
 
#include <iostream>
 
27
#include <iosfwd>
29
28
#include <sstream>
30
29
 
31
 
#include "drizzled/visibility.h"
 
30
#include <drizzled/visibility.h>
32
31
 
33
32
namespace drizzled
34
33
{
56
55
 
57
56
} /* namespace drizzled */
58
57
 
59
 
#endif /* DRIZZLED_UTIL_CONVERT_H */