Deleted Added
full compact
1,4c1
< /*
< * Automated Testing Framework (atf)
< *
< * Copyright (c) 2008 The NetBSD Foundation, Inc.
---
> /* Copyright (c) 2008 The NetBSD Foundation, Inc.
27,28c24
< * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
< */
---
> * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
30,31c26,27
< #if !defined(ATF_C_MAP_H)
< #define ATF_C_MAP_H
---
> #if !defined(ATF_C_DETAIL_MAP_H)
> #define ATF_C_DETAIL_MAP_H
35a32
> #include <atf-c/detail/list.h>
38,39d34
< #include "list.h"
<
119c114
< #endif /* ATF_C_MAP_H */
---
> #endif /* !defined(ATF_C_DETAIL_MAP_H) */