wined3d: Get rid of unneeded includes.

math.h is included in wined3d_private.h

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2017-10-19 10:07:28 +02:00 committed by Alexandre Julliard
parent 0832b5cded
commit c11251c188
5 changed files with 0 additions and 7 deletions

View file

@ -30,7 +30,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"

View file

@ -21,7 +21,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"

View file

@ -33,9 +33,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d_draw);
WINE_DECLARE_DEBUG_CHANNEL(d3d_perf);
WINE_DECLARE_DEBUG_CHANNEL(d3d);
#include <stdio.h>
#include <math.h>
/* Context activation is done by the caller. */
static void draw_primitive_arrays(struct wined3d_context *context, const struct wined3d_state *state,
const void *idx_data, unsigned int idx_size, int base_vertex_idx, unsigned int start_idx,

View file

@ -22,7 +22,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"

View file

@ -25,7 +25,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include <string.h>