aboutsummaryrefslogtreecommitdiff
path: root/support.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 /support.h
parentb160f90589abf830a704dc8d1482306bf7fa77cf (diff)
downloadgptfdisk-273fff5c84288f3c09b32521d1217619e9cc079e.tar.gz
Adjust position of multiple-inclusion protection in .h files
Diffstat (limited to 'support.h')
-rw-r--r--support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/support.h b/support.h
index 25e660a..d87fe9a 100644
--- a/support.h
+++ b/support.h
@@ -1,13 +1,13 @@
/* This program is copyright (c) 2009-2018 by Roderick W. Smith. It is distributed
under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
+#ifndef __GPTSUPPORT
+#define __GPTSUPPORT
+
#include <stdint.h>
#include <stdlib.h>
#include <string>
-#ifndef __GPTSUPPORT
-#define __GPTSUPPORT
-
#define GPTFDISK_VERSION "1.0.6"
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)