From 2e0115a3a09f4c6028ddfd0edd267d0c4da9a2ab Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Sun, 19 Sep 2004 09:01:45 +0000 Subject: [PATCH] Fixed copyright typo (and eliminated unnecessary #includes). [SVN r25217] --- test/sort.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/sort.cpp b/test/sort.cpp index df35e3e..e461f70 100644 --- a/test/sort.cpp +++ b/test/sort.cpp @@ -1,6 +1,6 @@ // Copyright Aleksey Gurtovoy 2004 -// Copyright David Eric Friedman 2002-2003 +// Copyright Eric Friedman 2002-2003 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -10,11 +10,9 @@ #include -#include #include #include #include -#include #include