From 9cddd32a018e53d17c089566d82f53faa098b0a0 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Wed, 3 Sep 2014 11:53:09 +0200 Subject: [PATCH] Changed #ifndef of trace generators' header file --- dram/src/simulation/TraceGenerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dram/src/simulation/TraceGenerator.h b/dram/src/simulation/TraceGenerator.h index 85429458..7aaac7b4 100644 --- a/dram/src/simulation/TraceGenerator.h +++ b/dram/src/simulation/TraceGenerator.h @@ -1,5 +1,5 @@ -#ifndef TLMPACKETGENERATOR_H -#define TLMPACKETGENERATOR_H +#ifndef TRACEGENERATOR_H +#define TRACEGENERATOR_H #include "TracePlayer.h"