diff options
Diffstat (limited to 'src/mem/ruby/structures/PersistentTable.hh')
-rw-r--r-- | src/mem/ruby/structures/PersistentTable.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/ruby/structures/PersistentTable.hh b/src/mem/ruby/structures/PersistentTable.hh index b023987a4..7e10b328c 100644 --- a/src/mem/ruby/structures/PersistentTable.hh +++ b/src/mem/ruby/structures/PersistentTable.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MEM_RUBY_SYSTEM_PERSISTENTTABLE_HH__ -#define __MEM_RUBY_SYSTEM_PERSISTENTTABLE_HH__ +#ifndef __MEM_RUBY_STRUCTURES_PERSISTENTTABLE_HH__ +#define __MEM_RUBY_STRUCTURES_PERSISTENTTABLE_HH__ #include <iostream> @@ -97,4 +97,4 @@ operator<<(std::ostream& out, const PersistentTableEntry& obj) return out; } -#endif // __MEM_RUBY_SYSTEM_PERSISTENTTABLE_HH__ +#endif // __MEM_RUBY_STRUCTURES_PERSISTENTTABLE_HH__ |