summaryrefslogtreecommitdiff
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-12 18:05:40 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-07-12 21:39:31 -0400
commit1dc16b0b95622c5d44cde86e6ab8a835f88ae522 (patch)
tree3d12a785ba18b22d43f095af308943bdba6657f3 /e2fsck/e2fsck.h
parent273c2c5dfdd0d42736d8c57d0ba10e15e6c694cd (diff)
downloade2fsprogs-1dc16b0b95622c5d44cde86e6ab8a835f88ae522.tar.gz
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 <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h4
1 files changed, 2 insertions, 2 deletions
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 <libintl.h>