diff options
author | Chia-I Wu <[email protected]> | 2010-12-24 17:26:08 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-12-24 17:33:50 +0800 |
commit | a91a337a7dce11b1904387072e90bdc8b9366638 (patch) | |
tree | 9536696137bf917095b4afd5ab1e4c5718d60218 /src/mapi/mapi/table.h | |
parent | a33e9f049db5b7c9f3d801d3ffa7312e9a5d9637 (diff) |
mapi: Move mapi_func typedef to entry.h.
Make it clear that entry.h does not depend on stub.h.
Diffstat (limited to 'src/mapi/mapi/table.h')
-rw-r--r-- | src/mapi/mapi/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/mapi/table.h b/src/mapi/mapi/table.h index c93ebe75cf9..d84523f7777 100644 --- a/src/mapi/mapi/table.h +++ b/src/mapi/mapi/table.h @@ -30,7 +30,7 @@ #define _TABLE_H_ #include "u_compiler.h" -#include "stub.h" +#include "entry.h" #define MAPI_TMP_TABLE #include "mapi_tmp.h" |