+2001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * profile.c: Include config.h, not ../src/config.h.
+ Include systime.h, not ../src/systime.h.
+
2001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
* ebrowse.c (struct alias): Add two new struct members: NAMESP and
** abstraction : a stopwatch
** operations: reset_watch, get_time
*/
-#include <../src/config.h>
+#include <config.h>
#include <stdio.h>
-#include <../src/systime.h>
+#include <systime.h>
static EMACS_TIME TV1, TV2;
static int watch_not_started = 1; /* flag */