~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef DRIZZLED_SQL_ERROR_H
23
23
#define DRIZZLED_SQL_ERROR_H
24
24
 
25
 
#include "drizzled/memory/sql_alloc.h"
26
 
#include "drizzled/lex_string.h"
 
25
#include <drizzled/memory/sql_alloc.h>
 
26
#include <drizzled/lex_string.h>
27
27
 
28
28
#include <drizzled/error_t.h>
29
29
 
30
30
#include <bitset>
31
31
 
32
 
#include "drizzled/visibility.h"
 
32
#include <drizzled/visibility.h>
33
33
 
34
34
namespace drizzled
35
35
{