diff --git a/include/abg-traverse.h b/include/abg-traverse.h index 0b6e51ce..3a5fabc7 100644 --- a/include/abg-traverse.h +++ b/include/abg-traverse.h @@ -23,13 +23,12 @@ #ifndef __ABG_TRAVERSE_H__ #define __ABG_TRAVERSE_H__ -#include #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 {