diff options
Diffstat (limited to 'src/mem/ruby/structures/RubyMemoryControl.hh')
-rw-r--r-- | src/mem/ruby/structures/RubyMemoryControl.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/ruby/structures/RubyMemoryControl.hh b/src/mem/ruby/structures/RubyMemoryControl.hh index f7fb17975..e7f1c54cc 100644 --- a/src/mem/ruby/structures/RubyMemoryControl.hh +++ b/src/mem/ruby/structures/RubyMemoryControl.hh @@ -27,8 +27,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MEM_RUBY_SYSTEM_MEMORY_CONTROL_HH__ -#define __MEM_RUBY_SYSTEM_MEMORY_CONTROL_HH__ +#ifndef __MEM_RUBY_STRUCTURES_MEMORY_CONTROL_HH__ +#define __MEM_RUBY_STRUCTURES_MEMORY_CONTROL_HH__ #include <iostream> #include <list> @@ -169,4 +169,4 @@ class RubyMemoryControl : public MemoryControl std::ostream& operator<<(std::ostream& out, const RubyMemoryControl& obj); -#endif // __MEM_RUBY_SYSTEM_MEMORY_CONTROL_HH__ +#endif // __MEM_RUBY_STRUCTURES_MEMORY_CONTROL_HH__ |