summaryrefslogtreecommitdiff
path: root/attributes.h
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-01-13 14:33:54 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-01-13 14:33:54 -0500
commit273fff5c84288f3c09b32521d1217619e9cc079e (patch)
treeb2762f5491289625c7784762e5bd36a81c5fdaa5 /attributes.h
parentb160f90589abf830a704dc8d1482306bf7fa77cf (diff)
downloadsgdisk-273fff5c84288f3c09b32521d1217619e9cc079e.tar.gz
Adjust position of multiple-inclusion protection in .h files
Diffstat (limited to 'attributes.h')
-rw-r--r--attributes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/attributes.h b/attributes.h
index f6c66ff..6a61b8c 100644
--- a/attributes.h
+++ b/attributes.h
@@ -1,12 +1,12 @@
/* 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. */
-#include <stdint.h>
-#include <string>
-
#ifndef __GPT_ATTRIBUTES
#define __GPT_ATTRIBUTES
+#include <stdint.h>
+#include <string>
+
#define NUM_ATR 64 /* # of attributes -- 64, since it's a 64-bit field */
#define ATR_NAME_SIZE 25 /* maximum size of attribute names */