Commit c11251c1 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Get rid of unneeded includes.

math.h is included in wined3d_private.h Signed-off-by: 's avatarJózef Kucia <jkucia@codeweavers.com> Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 0832b5cd
......@@ -30,7 +30,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"
......
......@@ -21,7 +21,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"
......
......@@ -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,
......
......@@ -22,7 +22,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include "wined3d_private.h"
......
......@@ -25,7 +25,6 @@
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment