~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Lee Bieber
  • Date: 2011-02-19 18:28:30 UTC
  • mfrom: (1994.4.78 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2185.
  • Revision ID: kalebral@gmail.com-20110219182830-kb8m3ali4yjmcg0s
Merge Marisa - adds logo references to the include file

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
{