From 1dc16b0b95622c5d44cde86e6ab8a835f88ae522 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 12 Jul 2015 18:05:40 -0400 Subject: Move the profile parsing functions from e2fsck to lib/support The profile functions started as something specific to e2fsck. It's now used by mke2fs and e2fsck, so it's better to move it into libsupport.a. Signed-off-by: Theodore Ts'o --- e2fsck/e2fsck.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e2fsck/e2fsck.h') diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h index 72202870..48d4a29d 100644 --- a/e2fsck/e2fsck.h +++ b/e2fsck/e2fsck.h @@ -36,8 +36,8 @@ #include "blkid/blkid.h" #endif -#include "profile.h" -#include "prof_err.h" +#include "support/profile.h" +#include "support/prof_err.h" #ifdef ENABLE_NLS #include -- cgit v1.2.1