From e1fbac3ca13d37d2625c11d30cfdece4327b446b Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Wed, 6 May 2015 04:06:12 -0300 Subject: Common: Remove common.h --- src/common/thunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/thunk.h') diff --git a/src/common/thunk.h b/src/common/thunk.h index 4fb7c98e..53348005 100644 --- a/src/common/thunk.h +++ b/src/common/thunk.h @@ -6,7 +6,7 @@ #include -#include "common/common.h" +#include "common/common_types.h" // This simple class creates a wrapper around a C/C++ function that saves all fp state // before entering it, and restores it upon exit. This is required to be able to selectively -- cgit v1.2.3