summaryrefslogtreecommitdiff
path: root/src/mapi/mapi/table.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-12-24 17:26:08 +0800
committerChia-I Wu <olv@lunarg.com>2010-12-24 17:33:50 +0800
commita91a337a7dce11b1904387072e90bdc8b9366638 (patch)
tree9536696137bf917095b4afd5ab1e4c5718d60218 /src/mapi/mapi/table.h
parenta33e9f049db5b7c9f3d801d3ffa7312e9a5d9637 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/mapi/table.h b/src/mapi/mapi/table.h
index c93ebe75cf..d84523f777 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"