From bc859ea0f466dd3279c45711d0768705c54198e7 Mon Sep 17 00:00:00 2001 From: "lperron@google.com" Date: Mon, 14 Nov 2011 20:54:09 +0000 Subject: [PATCH] remove useless include --- graph/ebert_graph.h | 1 - 1 file changed, 1 deletion(-) diff --git a/graph/ebert_graph.h b/graph/ebert_graph.h index 7a265d2e93..02cbb83f7e 100644 --- a/graph/ebert_graph.h +++ b/graph/ebert_graph.h @@ -85,7 +85,6 @@ #include "base/integral_types.h" #include "base/logging.h" -#include "base/scoped_ptr.h" #include "base/stringprintf.h" #include "util/permutation.h" #include "util/zvector.h"