From dd84c6ababafc584371af657ac47fa6493b1e4d4 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Thu, 7 Oct 1999 22:18:14 +0000 Subject: Thu Oct 7 18:48:31 PDT 1999 Michael Jennings Shaved off around 100 KB of memory usage per Eterm by moving more code into the shared library, removing lots of unneeded variables, and fixing some small leaks here and there. SVN revision: 710 --- src/scrollbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scrollbar.c') diff --git a/src/scrollbar.c b/src/scrollbar.c index 88adf6c..74a3166 100644 --- a/src/scrollbar.c +++ b/src/scrollbar.c @@ -5,7 +5,7 @@ * bearing this same message or a similar one, is distributed under * the GNU Public License (GPL) as outlined in the COPYING file. * - * Copyright (C) 1997, Michael Jennings and Tuomo Venalainen + * Copyright (C) 1997-1999, Michael Jennings and Tuomo Venalainen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ static const char cvs_ident[] = "$Id$"; #include "command.h" #include "e.h" #include "events.h" -#include "main.h" +#include "startup.h" #include "options.h" #ifdef PIXMAP_SCROLLBAR # include "pixmap.h" -- cgit v1.2.1