summaryrefslogtreecommitdiffstats
path: root/typewrappers.h
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2013-04-17 18:19:19 +0800
committerOsier Yang <jyang@redhat.com>2013-04-18 11:31:19 +0800
commit919889aa59f93176e46b00956d2dc0693f1f05c1 (patch)
treef4ba16271efc6db7cefba40d87eda0738d538a14 /typewrappers.h
parent109e7e30b2697a18436bf4c9556302aaeb1e9777 (diff)
downloadlibvirt-python-split-919889aa59f93176e46b00956d2dc0693f1f05c1.tar.gz
libvirt-python-split-919889aa59f93176e46b00956d2dc0693f1f05c1.tar.xz
libvirt-python-split-919889aa59f93176e46b00956d2dc0693f1f05c1.zip
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.
Diffstat (limited to 'typewrappers.h')
-rw-r--r--typewrappers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/typewrappers.h b/typewrappers.h
index af68bce..d871d3f 100644
--- a/typewrappers.h
+++ b/typewrappers.h
@@ -8,8 +8,8 @@
#include <Python.h>
#include <stdbool.h>
-#include "libvirt/libvirt.h"
-#include "libvirt/virterror.h"
+#include <libvirt/libvirt.h>
+#include <libvirt/virterror.h>
#ifdef __GNUC__
# ifdef ATTRIBUTE_UNUSED