diff options
author | Adam Jackson <ajax@redhat.com> | 2014-09-26 12:01:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-27 15:45:24 -0400 |
commit | 7679afd4da8b86aed27e5916ba723116a3c8bb4a (patch) | |
tree | bd0d39d52d2d043f9ea36db411daf60c2e571f06 /hw | |
parent | f307ef10f4c33da4b5ae59800931741b0a431d75 (diff) |
mi: Fold mifpolycon.c into miarc.c
Also put mifpoly.h on a diet, and stop including it from places that
don't need it.
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw')
-rwxr-xr-x | hw/xfree86/sdksyms.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 9c3c02f4c..2305073a0 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -217,7 +217,6 @@ cat > sdksyms.c << EOF #include "micoord.h" #include "mifillarc.h" #include "mistruct.h" -#include "mifpoly.h" #include "mioverlay.h" |