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/connection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qtmips_gui/coreview/connection.h') diff --git a/qtmips_gui/coreview/connection.h b/qtmips_gui/coreview/connection.h index eda6afe..efe3942 100644 --- a/qtmips_gui/coreview/connection.h +++ b/qtmips_gui/coreview/connection.h @@ -1,5 +1,5 @@ -#ifndef CONNECTION_H -#define CONNECTION_H +#ifndef COREVIEW_CONNECTION_H +#define COREVIEW_CONNECTION_H #include #include @@ -57,4 +57,4 @@ namespace coreview { class Connection; }; -#endif // CONNECTION_H +#endif // COREVIEW_CONNECTION_H -- cgit v1.2.3