From: Pavel Janík Date: Mon, 8 Oct 2001 04:52:12 +0000 (+0000) Subject: Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. X-Git-Tag: ttn-vms-21-2-B4~19664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f98d41f520c8e2de0607a9e1acbc3e145842446b;p=emacs.git Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index de50d46e207..21dd2f7e95f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-07 Pavel Jan,Bm(Bk + + * profile.c: Include config.h, not ../src/config.h. + Include systime.h, not ../src/systime.h. + 2001-10-01 Alexander Zhuckov * ebrowse.c (struct alias): Add two new struct members: NAMESP and diff --git a/lib-src/profile.c b/lib-src/profile.c index 3c76f8ed183..9c3ebcef539 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA. */ ** abstraction : a stopwatch ** operations: reset_watch, get_time */ -#include <../src/config.h> +#include #include -#include <../src/systime.h> +#include static EMACS_TIME TV1, TV2; static int watch_not_started = 1; /* flag */