summaryrefslogtreecommitdiff
path: root/gptcurses.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 /gptcurses.h
parentb160f90589abf830a704dc8d1482306bf7fa77cf (diff)
downloadsgdisk-273fff5c84288f3c09b32521d1217619e9cc079e.tar.gz
Adjust position of multiple-inclusion protection in .h files
Diffstat (limited to 'gptcurses.h')
-rw-r--r--gptcurses.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gptcurses.h b/gptcurses.h
index f153de2..a080987 100644
--- a/gptcurses.h
+++ b/gptcurses.h
@@ -19,14 +19,14 @@
*
*/
+#ifndef __GPT_CURSES
+#define __GPT_CURSES
+
#include <iostream>
#include <string>
#include "gptpart.h"
#include "gpt.h"
-#ifndef __GPT_CURSES
-#define __GPT_CURSES
-
using namespace std;
struct MenuItem {