David Adam : d3drm: Remove unneeded includes.
16 Feb
2009
16 Feb
'09
3:35 p.m.
Module: wine Branch: master Commit: a737dcf03dfa240d21d69547825f1ee0d8fb35df URL: http://source.winehq.org/git/wine.git/?a=commit;h=a737dcf03dfa240d21d6954782... Author: David Adam <david.adam.cnrs(a)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"
6241
Age (days ago)
6241
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard