David Adam : d3drm: Remove unneeded includes.

Alexandre Julliard julliard at winehq.org
Mon Feb 16 09:35:30 CST 2009


Module: wine
Branch: master
Commit: a737dcf03dfa240d21d69547825f1ee0d8fb35df
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a737dcf03dfa240d21d69547825f1ee0d8fb35df

Author: David Adam <david.adam.cnrs at 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"




More information about the wine-cvs mailing list