[Mesa-dev] [PATCH 2/6] mesa: remove unneeded #includes in errors.c
Vinson Lee
vlee at freedesktop.org
Sun Nov 20 07:23:17 UTC 2016
On Sat, Nov 19, 2016 at 6:26 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
> src/mesa/main/errors.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
> index 654343d..3a40c74 100644
> --- a/src/mesa/main/errors.c
> +++ b/src/mesa/main/errors.c
> @@ -35,12 +35,6 @@
> #include "imports.h"
> #include "context.h"
> #include "debug_output.h"
> -#include "dispatch.h"
> -#include "hash.h"
> -#include "mtypes.h"
> -#include "version.h"
> -#include "util/hash_table.h"
> -#include "util/simple_list.h"
>
>
> static FILE *LogFile = NULL;
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Reviewed-by: Vinson Lee <vlee at freedesktop.org>
More information about the mesa-dev
mailing list