diff options
-rw-r--r-- | qtmips_gui/coreview/connection.h | 6 | ||||
-rw-r--r-- | qtmips_gui/coreview/latch.h | 6 | ||||
-rw-r--r-- | qtmips_gui/coreview/multiplexer.h | 6 | ||||
-rw-r--r-- | qtmips_gui/coreview/programcounter.h | 6 |
4 files changed, 12 insertions, 12 deletions
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 <QGraphicsObject> #include <QList> @@ -57,4 +57,4 @@ namespace coreview { class Connection; }; -#endif // CONNECTION_H +#endif // COREVIEW_CONNECTION_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 <QGraphicsObject> #include <QList> @@ -42,4 +42,4 @@ namespace coreview { class Latch; }; -#endif // LATCH_H +#endif // COREVIEW_LATCH_H diff --git a/qtmips_gui/coreview/multiplexer.h b/qtmips_gui/coreview/multiplexer.h index 6aa11a6..16378fe 100644 --- a/qtmips_gui/coreview/multiplexer.h +++ b/qtmips_gui/coreview/multiplexer.h @@ -1,5 +1,5 @@ -#ifndef MULTIPLEXER_H -#define MULTIPLEXER_H +#ifndef COREVIEW_MULTIPLEXER_H +#define COREVIEW_MULTIPLEXER_H #include <QGraphicsItem> #include "qtmipsexception.h" @@ -38,4 +38,4 @@ namespace coreview { class Multiplexer; } -#endif // MULTIPLEXER_H +#endif // COREVIEW_MULTIPLEXER_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 <QGraphicsObject> #include <QPainter> @@ -39,4 +39,4 @@ namespace coreview { class ProgramCounter; }; -#endif // PROGRAMCOUNTER_H +#endif // COREVIEW_PROGRAMCOUNTER_H |