summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 14:20:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 14:20:38 +0200
commit440c0d6e2158aca749f0814a62d70999a7ed6d34 (patch)
tree8b043fc3046d50927505b81c33fb0527927bd43b
parentc16222907ea84936f43f5fdd8500a6a19be993ee (diff)
Remove unneeded header inclusion
-rw-r--r--cli/context.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/context.cxx b/cli/context.cxx
index 5ee27aa..7398da8 100644
--- a/cli/context.cxx
+++ b/cli/context.cxx
@@ -3,8 +3,6 @@
// copyright : Copyright (c) 2009 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
-#include <algorithm> // std::binary_search
-
#include "context.hxx"
using namespace std;