summaryrefslogtreecommitdiff
path: root/lib/igt_audio.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2017-09-05 14:36:04 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-09-08 17:03:32 +0200
commitb36f978b243b21166a58929ff4c3c66bba7ed8dd (patch)
tree59156f167ff205a833b89cb6256699a4946fe2b3 /lib/igt_audio.h
parent692357e240c6cbcd9bef62554c8b09bd2f5ed839 (diff)
build: Nuke #ifdef HAVE_CONFIG_H cargo-cult
We have it. Daniel Stone said the #ifdef HAVE_CONFIG_H comes from the X11 transition to the modular build, where in the imake -> modular build transition config.h wasn't universally available. Now we just make this a requirement (so yeah Android better generate one too). v2: Improve commit message a bit. Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_audio.h')
-rw-r--r--lib/igt_audio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_audio.h b/lib/igt_audio.h
index 507e7ab9..21adfee8 100644
--- a/lib/igt_audio.h
+++ b/lib/igt_audio.h
@@ -27,9 +27,7 @@
#ifndef IGT_AUDIO_H
#define IGT_AUDIO_H
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include "igt.h"
#include <stdbool.h>