summaryrefslogtreecommitdiff
path: root/lib-src/profile.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-10-08 04:52:12 +0000
committerPavel Janík <Pavel@Janik.cz>2001-10-08 04:52:12 +0000
commitf98d41f520c8e2de0607a9e1acbc3e145842446b (patch)
tree74a89a11326d1daf9217226206947d779bff0bbc /lib-src/profile.c
parentb0fbf754224ee5e14ac3a704924c54eea47d0732 (diff)
downloademacs-f98d41f520c8e2de0607a9e1acbc3e145842446b.tar.gz
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Diffstat (limited to 'lib-src/profile.c')
-rw-r--r--lib-src/profile.c4
1 files changed, 2 insertions, 2 deletions
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 <config.h>
#include <stdio.h>
-#include <../src/systime.h>
+#include <systime.h>
static EMACS_TIME TV1, TV2;
static int watch_not_started = 1; /* flag */