d3drm: Remove unneeded includes.

This commit is contained in:
David Adam 2009-02-14 13:18:14 +01:00 committed by Alexandre Julliard
parent cf63bb880e
commit a737dcf03d
1 changed files with 1 additions and 5 deletions

View File

@ -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"