Module: wine Branch: master Commit: 952d10a67f2268e4be4a008a3fc1d0a18415247b URL: http://source.winehq.org/git/wine.git/?a=commit;h=952d10a67f2268e4be4a008a3f...
Author: David Adam david.adam.cnrs@gmail.com Date: Thu Feb 5 18:53:09 2009 +0100
d3dx8: Remove useless includes.
---
dlls/d3dx8/math.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/d3dx8/math.c b/dlls/d3dx8/math.c index b355c9c..4c0bdc7 100644 --- a/dlls/d3dx8/math.c +++ b/dlls/d3dx8/math.c @@ -17,10 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include <stdio.h> -#include <stdlib.h> #include <stdarg.h> -#include <assert.h>
#define NONAMELESSUNION