summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-04-06 17:42:17 +0200
committerSuren A. Chilingaryan <csa@suren.me>2016-04-06 17:42:17 +0200
commita163b0075d1ff54f619b93bdb0a31c3f8f6689de (patch)
treece71f5d40ceea9d88816dc651668d4db9a17e274
parentb9c1517a0d713cd6fa641e00fc9d19a5245e3619 (diff)
downloadpcitool-a163b0075d1ff54f619b93bdb0a31c3f8f6689de.tar.gz
pcitool-a163b0075d1ff54f619b93bdb0a31c3f8f6689de.tar.bz2
pcitool-a163b0075d1ff54f619b93bdb0a31c3f8f6689de.tar.xz
pcitool-a163b0075d1ff54f619b93bdb0a31c3f8f6689de.zip
Fix wrong include in devices.xsd
-rw-r--r--xml/devices.xsd2
1 files changed, 0 insertions, 2 deletions
diff --git a/xml/devices.xsd b/xml/devices.xsd
index d6e00fe..d6a8b90 100644
--- a/xml/devices.xsd
+++ b/xml/devices.xsd
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:include schemaLocation="types.xsd"/>
-
<xsd:simpleType name="hex16_t">
<xsd:restriction base="xsd:string">
<xsd:pattern value="([a-fA-F0-9]){4}"/>