X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9ae177785fa18ed04f9e5ffd7faee42d6b8b7f92..ef53d75e82b52e5948807e3af892fb3f3e8f98cc:/lib-src/profile.c diff --git a/lib-src/profile.c b/lib-src/profile.c index 2b27ce0611..3c76f8ed18 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -1,5 +1,5 @@ /* profile.c --- generate periodic events for profiling of Emacs Lisp code. - Copyright (C) 1992, 1994 Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. Author: Boaz Ben-Zvi @@ -30,8 +30,8 @@ Boston, MA 02111-1307, USA. */ ** abstraction : a stopwatch ** operations: reset_watch, get_time */ -#include #include <../src/config.h> +#include #include <../src/systime.h> static EMACS_TIME TV1, TV2;