# HG changeset patch # User Pavel Jank # Date 1002516732 0 # Node ID cbfae3e04e1c221fbdce0af4a6a1f24b88aea377 # Parent 10de1d7b2bb37e1c98d7705202b8c5df4684869b Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. diff -r 10de1d7b2bb3 -r cbfae3e04e1c lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Oct 08 00:19:58 2001 +0000 +++ b/lib-src/ChangeLog Mon Oct 08 04:52:12 2001 +0000 @@ -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 -r 10de1d7b2bb3 -r cbfae3e04e1c lib-src/profile.c --- a/lib-src/profile.c Mon Oct 08 00:19:58 2001 +0000 +++ b/lib-src/profile.c Mon Oct 08 04:52:12 2001 +0000 @@ -30,9 +30,9 @@ ** 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 */