From 919889aa59f93176e46b00956d2dc0693f1f05c1 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 17 Apr 2013 18:19:19 +0800 Subject: syntax-check: Only allows to include public headers in external tools With this patch, include public headers in "" form is only allowed for "internal.h". And only the external tools (examples|tools|python |include/libvirt) can include the public headers in <> form. --- typewrappers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'typewrappers.h') diff --git a/typewrappers.h b/typewrappers.h index af68bce..d871d3f 100644 --- a/typewrappers.h +++ b/typewrappers.h @@ -8,8 +8,8 @@ #include #include -#include "libvirt/libvirt.h" -#include "libvirt/virterror.h" +#include +#include #ifdef __GNUC__ # ifdef ATTRIBUTE_UNUSED -- cgit