mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
lib: add a single include header
Add a header that includes all the headers for the library. This allows reorganisation of the library without affecting programs using it and also simplifies the headers that need to be included to use the library. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-4
@@ -24,15 +24,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "igt.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "drmtest.h"
|
||||
#include "igt_kms.h"
|
||||
#include "intel_io.h"
|
||||
#include "intel_chipset.h"
|
||||
|
||||
/* We know that if we don't enable audio runtime PM, snd_hda_intel will never
|
||||
* release its power well refcount, and we'll never reach the LPSP sate. OTOH
|
||||
|
||||
Reference in New Issue
Block a user