From cd6d5a61b334aac183c85a3d2289f96a0364e911 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 19:35:40 +0100 Subject: lib: add #include "foo.h" lines like in manpages Should help in alleviating the header mess we have atm. Signed-off-by: Daniel Vetter --- lib/intel_chipset.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/intel_chipset.c') diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c index 5ac90d1b..b117e3be 100644 --- a/lib/intel_chipset.c +++ b/lib/intel_chipset.c @@ -45,6 +45,8 @@ * @short_description: Feature macros and chipset helpers * @title: intel chipset * + * > #include "intel_chipset.h" + * * This library mostly provides feature macros which use raw pci device ids. It * also provides a few more helper functions to handle pci devices, chipset * detection and related issues. -- cgit v1.2.3