Remove useless header inclusion

* include/abg-traverse.h: Remove useless #include <tr1/memory>

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2013-08-27 14:02:29 +02:00
parent e90467e69b
commit ea129b5a7c

View File

@ -23,13 +23,12 @@
#ifndef __ABG_TRAVERSE_H__
#define __ABG_TRAVERSE_H__
#include <tr1/memory>
#include "abg-fwd.h"
namespace abigail
{
/// The interface for types which are feeling social and want to
/// The interface for types which are feeling social and want to
/// be visited during the traversal of translation unit nodes.
struct traversable_base
{