diff options
author | Brian Paul <brianp@vmware.com> | 2015-03-04 19:17:57 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-03-05 06:59:43 -0700 |
commit | c3f352e8367f03cc416968d780f5dc6a6812a496 (patch) | |
tree | e7df461e53b73a34c8e2e46818959f8e623430ee /src/mapi/entry_x86_tsd.h | |
parent | 83926b8193cfbb3ad259760567babb4eab7c5fe7 (diff) |
mapi: remove u_macros.h
Only U_STRINGIFY() is used in entry.c
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mapi/entry_x86_tsd.h')
-rw-r--r-- | src/mapi/entry_x86_tsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/entry_x86_tsd.h b/src/mapi/entry_x86_tsd.h index ece00fac0b7..ea7bacb43e4 100644 --- a/src/mapi/entry_x86_tsd.h +++ b/src/mapi/entry_x86_tsd.h @@ -25,7 +25,6 @@ * Chia-I Wu <olv@lunarg.com> */ -#include "u_macros.h" #define X86_ENTRY_SIZE 32 |