Fix incorrect location of prof_err.h in profile.c.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

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 <pwd.h>
 #endif
 
-#include "ext2fs/prof_err.h"
-
 #include "com_err.h"
 #include "profile.h"
+#include "prof_err.h"
+
 
 #define STAT_ONCE_PER_SECOND