drm headers may be installed in a different directory
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
#define __NOUVEAU_CONTEXT_H__
#include "pipe/p_context.h"
-#include <libdrm/nouveau.h>
+#include <nouveau.h>
#define NOUVEAU_MAX_SCRATCH_BUFS 4
#include <errno.h>
#include <stdlib.h>
-#include <libdrm/nouveau_drm.h>
+#include <nouveau_drm.h>
#include "nouveau_winsys.h"
#include "nouveau_screen.h"
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <libdrm/nouveau.h>
+#include <nouveau.h>
#include "pipe/p_defines.h"
#include "vl/vl_video_buffer.h"
#include "pipe/p_defines.h"
-#include <libdrm/nouveau.h>
+#include <nouveau.h>
#ifndef NV04_PFIFO_MAX_PACKET_LEN
#define NV04_PFIFO_MAX_PACKET_LEN 2047
#undef NDEBUG
#include <assert.h>
-#include <libdrm/nouveau.h>
+#include <nouveau.h>
#include "nouveau_screen.h"
#include "nouveau_state.h"
#include "nouveau_surface.h"