summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libgroff/string.cc')
-rw-r--r--src/libs/libgroff/string.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/libgroff/string.cc b/src/libs/libgroff/string.cc
index 4bcd4ccc..ef1dbb20 100644
--- a/src/libs/libgroff/string.cc
+++ b/src/libs/libgroff/string.cc
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -18,10 +18,10 @@ 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 <stdio.h>
-#include "stringclass.h"
#include "lib.h"
+#include "stringclass.h"
+
static char *salloc(int len, int *sizep);
static void sfree(char *ptr, int size);
static char *sfree_alloc(char *ptr, int size, int len, int *sizep);