summaryrefslogtreecommitdiff
path: root/attributes.h
diff options
context:
space:
mode:
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 */