mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 23:44:35 +00:00
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:
parent
e90467e69b
commit
ea129b5a7c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user