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 <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-06-17 21:22:05 +02:00
parent 15d93d0a91
commit 13b3e5f3e0

View File

@ -28,9 +28,6 @@
#ifndef _DEBUG_H_
#define _DEBUG_H_
#include <stdint.h>
#include <stdio.h>
#define DEBUG_PROTOCOL_VERSION 1
#define COMMUNICATION_OFFSET 0xc00
#define COMMUNICATION_QWORD 0xc0