summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 18:40:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 18:40:17 +0200
commit33e79981967fe82d392c90974031abd444e1f9f8 (patch)
tree3e7cb73f8713e605365e7a642db4191241f70979
parent2c43c9dc379759f76e580c9c97fc5d9036659c25 (diff)
Remove unused headers
-rw-r--r--odb/context.cxx2
-rw-r--r--odb/context.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index f2dce53..905d511 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -3,8 +3,6 @@
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
-#include <stack>
-
#include <odb/context.hxx>
using namespace std;
diff --git a/odb/context.hxx b/odb/context.hxx
index f86e568..c91c260 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -6,8 +6,6 @@
#ifndef ODB_CONTEXT_HXX
#define ODB_CONTEXT_HXX
-#include <set>
-#include <map>
#include <string>
#include <ostream>
#include <cstddef> // std::size_t