Module: wine Branch: master Commit: a737dcf03dfa240d21d69547825f1ee0d8fb35df URL: http://source.winehq.org/git/wine.git/?a=commit;h=a737dcf03dfa240d21d6954782...
Author: David Adam david.adam.cnrs@gmail.com Date: Sat Feb 14 13:18:14 2009 +0100
d3drm: Remove unneeded includes.
---
dlls/d3drm/math.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/dlls/d3drm/math.c b/dlls/d3drm/math.c index ff416b6..801a1bf 100644 --- a/dlls/d3drm/math.c +++ b/dlls/d3drm/math.c @@ -19,12 +19,8 @@
#define NONAMELESSUNION
-#include <stdio.h> -#include <stdlib.h> -#include <stdarg.h> -#include <assert.h> #include <math.h> - +#include <stdarg.h> #include "windef.h" #include "winbase.h" #include "wingdi.h"