From 33f2d6b84da88139b2b7ff53e470cb198d425381 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 9 Dec 2014 15:37:03 +0100 Subject: btrfs-progs: autoconf: use standard PACKAGE_* macros - use standard PACKAGE_{NAME,VERSION,STRING,URL,...} autoconf macros rather than homemade BTRFS_BUILD_VERSION - don't #include version.h, now the file is necessary for library API only Note that "btrfs version" returns "btrfs-progs " instead of the original confusing "btrfs ". Signed-off-by: Karel Zak Signed-off-by: David Sterba --- btrfs-image.c | 1 - 1 file changed, 1 deletion(-) (limited to 'btrfs-image.c') diff --git a/btrfs-image.c b/btrfs-image.c index 6a37fd93..73dbfcdc 100644 --- a/btrfs-image.c +++ b/btrfs-image.c @@ -31,7 +31,6 @@ #include "disk-io.h" #include "transaction.h" #include "utils.h" -#include "version.h" #include "volumes.h" #include "extent_io.h" -- cgit v1.2.3