summaryrefslogtreecommitdiff
path: root/src/libs/libbib/linear.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libbib/linear.cc')
-rw-r--r--src/libs/libbib/linear.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/libbib/linear.cc b/src/libs/libbib/linear.cc
index 1b631085..1dd902b8 100644
--- a/src/libs/libbib/linear.cc
+++ b/src/libs/libbib/linear.cc
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -18,14 +19,13 @@ You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#include "lib.h"
-#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <errno.h>
#include "posix.h"
-#include "lib.h"
#include "errarg.h"
#include "error.h"
#include "cset.h"