From 273fff5c84288f3c09b32521d1217619e9cc079e Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Wed, 13 Jan 2021 14:33:54 -0500 Subject: Adjust position of multiple-inclusion protection in .h files --- gpt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index a5be961..9ba013b 100644 --- a/gpt.h +++ b/gpt.h @@ -4,6 +4,9 @@ /* This program is copyright (c) 2009-2011 by Roderick W. Smith. It is distributed under the terms of the GNU GPL version 2, as detailed in the COPYING file. */ +#ifndef __GPTSTRUCTS +#define __GPTSTRUCTS + #include #include #include "gptpart.h" @@ -12,9 +15,6 @@ #include "bsd.h" #include "gptpart.h" -#ifndef __GPTSTRUCTS -#define __GPTSTRUCTS - // Default values for sector alignment #define DEFAULT_ALIGNMENT 2048 #define MAX_ALIGNMENT 65536 -- cgit v1.2.1