From de0a034a849f5a1cbe2fed9ef2cc4095c56e672a Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 8 Apr 2014 20:15:08 -0400 Subject: fixed project includes to use new directory structure --- src/common/mem_arena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mem_arena.h') diff --git a/src/common/mem_arena.h b/src/common/mem_arena.h index 8bdf9f18..667efbea 100644 --- a/src/common/mem_arena.h +++ b/src/common/mem_arena.h @@ -26,7 +26,7 @@ #include #endif -#include "common.h" +#include "common/common.h" // This class lets you create a block of anonymous RAM, and then arbitrarily map views into it. // Multiple views can mirror the same section of the block, which makes it very convient for emulating -- cgit v1.2.3