diff options
Diffstat (limited to 'atf-c++/detail/text_test.cpp')
| -rw-r--r-- | atf-c++/detail/text_test.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/atf-c++/detail/text_test.cpp b/atf-c++/detail/text_test.cpp index b7c0ba1af827..49d37741b414 100644 --- a/atf-c++/detail/text_test.cpp +++ b/atf-c++/detail/text_test.cpp @@ -1,6 +1,3 @@ -// -// Automated Testing Framework (atf) -// // Copyright (c) 2007 The NetBSD Foundation, Inc. // All rights reserved. // @@ -25,15 +22,14 @@ // IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// + +#include "atf-c++/detail/text.hpp" #include <cstring> #include <set> #include <vector> -#include "../macros.hpp" - -#include "text.hpp" +#include <atf-c++.hpp> // ------------------------------------------------------------------------ // Test cases for the free functions. |
