From 63163510aecfe19d976a9125ff2151698c4efb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 17 Dec 2017 13:33:10 +0100 Subject: Prepend include guard of coreview header files with COREVIEW_ --- qtmips_gui/coreview/programcounter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtmips_gui/coreview/programcounter.h') diff --git a/qtmips_gui/coreview/programcounter.h b/qtmips_gui/coreview/programcounter.h index 91d1da3..220b42e 100644 --- a/qtmips_gui/coreview/programcounter.h +++ b/qtmips_gui/coreview/programcounter.h @@ -1,5 +1,5 @@ -#ifndef PROGRAMCOUNTER_H -#define PROGRAMCOUNTER_H +#ifndef COREVIEW_PROGRAMCOUNTER_H +#define COREVIEW_PROGRAMCOUNTER_H #include #include @@ -39,4 +39,4 @@ namespace coreview { class ProgramCounter; }; -#endif // PROGRAMCOUNTER_H +#endif // COREVIEW_PROGRAMCOUNTER_H -- cgit v1.2.3