From 07ce7005fc81289eb4c7dde7d601be08c977b92c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 21 Jan 2015 17:49:26 +0100 Subject: btrfs-progs: unify header file inclusion protections There are missing ifdefs or defines with very generic names. Signed-off-by: David Sterba --- send-utils.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'send-utils.h') diff --git a/send-utils.h b/send-utils.h index f451c1cb..0f38b5ad 100644 --- a/send-utils.h +++ b/send-utils.h @@ -15,8 +15,9 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 021110-1307, USA. */ -#ifndef SEND_UTILS_H_ -#define SEND_UTILS_H_ + +#ifndef __BTRFS_SEND_UTILS_H__ +#define __BTRFS_SEND_UTILS_H__ #if BTRFS_FLAT_INCLUDES #include "ctree.h" @@ -93,4 +94,4 @@ char *path_cat3(const char *p1, const char *p2, const char *p3); } #endif -#endif /* SEND_UTILS_H_ */ +#endif -- cgit v1.2.3