From fd7ac1fc9889075885cd698ddd3287af6457c7be Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 31 Dec 2005 01:28:33 -0500 Subject: [PATCH] Fix incorrect location of prof_err.h in profile.c. Signed-off-by: "Theodore Ts'o" --- e2fsck/Makefile.in | 4 ++-- e2fsck/profile.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index c173da7..0477080 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -394,6 +394,6 @@ region.o: $(srcdir)/region.c $(srcdir)/e2fsck.h \ $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \ $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ $(srcdir)/profile.h prof_err.h -profile.o: $(srcdir)/profile.c $(top_builddir)/lib/ext2fs/prof_err.h \ - $(top_srcdir)/lib/et/com_err.h $(srcdir)/profile.h +profile.o: $(srcdir)/profile.c $(srcdir)/profile.h prof_err.h \ + $(top_srcdir)/lib/et/com_err.h prof_err.o: prof_err.c diff --git a/e2fsck/profile.c b/e2fsck/profile.c index f534886..6f8aa5b 100644 --- a/e2fsck/profile.c +++ b/e2fsck/profile.c @@ -67,10 +67,10 @@ #include #endif -#include "ext2fs/prof_err.h" - #include "com_err.h" #include "profile.h" +#include "prof_err.h" + #define STAT_ONCE_PER_SECOND -- 1.8.3.1