diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-02-01 11:12:05 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-03-20 18:19:26 +0000 |
commit | 0926f0af54d654b1a95826066edcae30b8052581 (patch) | |
tree | 546efdeadf79644a90ca0c0418dbdea848b81ef4 /amdgpu/amdgpu_internal.h | |
parent | 431f1a147e33b3fae7ea78a47d40a6014b682ebd (diff) | |
download | external_libdrm-0926f0af54d654b1a95826066edcae30b8052581.tar.gz external_libdrm-0926f0af54d654b1a95826066edcae30b8052581.tar.bz2 external_libdrm-0926f0af54d654b1a95826066edcae30b8052581.zip |
meson,configure: include config.h automatically
This will prevent any more missing `#include "config.h"` bug, at the
cost of having to recompile some files that didn't need to be when
changing build options.
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'amdgpu/amdgpu_internal.h')
-rw-r--r-- | amdgpu/amdgpu_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/amdgpu/amdgpu_internal.h b/amdgpu/amdgpu_internal.h index aeb5d651..99b8ce0b 100644 --- a/amdgpu/amdgpu_internal.h +++ b/amdgpu/amdgpu_internal.h @@ -25,10 +25,6 @@ #ifndef _AMDGPU_INTERNAL_H_ #define _AMDGPU_INTERNAL_H_ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include <assert.h> #include <pthread.h> |