From 13b3e5f3e02a82e5d064e1f4f52eebb91c380819 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 17 Jun 2014 21:22:05 +0200 Subject: Paritially revert "lib: add missing includes to headers" This reinstates the #includes for lib/debug.h since without that the shader debugger fails to build. You need to manually enable it with ./autogen.sh --enable-shader-debugger and the fail only happens when running a clean build with $ git clean -dfx && ./autogen.sh --enable-shader-debugger && make I have no idea what breaks, but this restores the build. Reported by Ben Widawsky. Signed-off-by: Daniel Vetter --- lib/debug.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/debug.h') diff --git a/lib/debug.h b/lib/debug.h index ca4b31e6..af9cf391 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -28,9 +28,6 @@ #ifndef _DEBUG_H_ #define _DEBUG_H_ -#include -#include - #define DEBUG_PROTOCOL_VERSION 1 #define COMMUNICATION_OFFSET 0xc00 #define COMMUNICATION_QWORD 0xc0 -- cgit v1.2.3