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/latch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtmips_gui/coreview/latch.h') diff --git a/qtmips_gui/coreview/latch.h b/qtmips_gui/coreview/latch.h index 0148b67..ff1ff6e 100644 --- a/qtmips_gui/coreview/latch.h +++ b/qtmips_gui/coreview/latch.h @@ -1,5 +1,5 @@ -#ifndef LATCH_H -#define LATCH_H +#ifndef COREVIEW_LATCH_H +#define COREVIEW_LATCH_H #include #include @@ -42,4 +42,4 @@ namespace coreview { class Latch; }; -#endif // LATCH_H +#endif // COREVIEW_LATCH_H -- cgit v1.2.3