]> git.eshelyaron.com Git - emacs.git/commitdiff
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
authorPavel Janík <Pavel@Janik.cz>
Mon, 8 Oct 2001 04:52:12 +0000 (04:52 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 8 Oct 2001 04:52:12 +0000 (04:52 +0000)
lib-src/ChangeLog
lib-src/profile.c

index de50d46e207b19ce9910d0861bbbd1906d1ee172..21dd2f7e95fb2895b16195ab1a7bb05d41aa7e7d 100644 (file)
@@ -1,3 +1,8 @@
+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
index 3c76f8ed18389ee87b137e00d1775a2d7a3235bc..9c3ebcef5390d01137f4d507237d5555552f3846 100644 (file)
@@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA.  */
  **  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 */