]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Unify working directory #includes
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 27 Sep 2023 20:30:56 +0000 (14:30 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 27 Sep 2023 20:45:45 +0000 (14:45 -0600)
I'm currently reviewing the system includes. There are some unnecesary
ones, as well as a few nonstandard quirks complicating portability.

This is the first of possibly quite a few commits intended to refactor
this relative mess. It makes all `#include ""`s relative to the root of
the source directory.

This makes them easier to analyze and copy-paste.

133 files changed:
src/asn1/asn1c/ASId.c
src/asn1/asn1c/ASIdOrRange.c
src/asn1/asn1c/ASIdOrRange.h
src/asn1/asn1c/ASIdentifierChoice.c
src/asn1/asn1c/ASIdentifierChoice.h
src/asn1/asn1c/ASIdentifiers.c
src/asn1/asn1c/ASIdentifiers.h
src/asn1/asn1c/ASRange.c
src/asn1/asn1c/ASRange.h
src/asn1/asn1c/AlgorithmIdentifier.c
src/asn1/asn1c/AttributeType.c
src/asn1/asn1c/AttributeTypeAndValue.c
src/asn1/asn1c/AttributeTypeAndValue.h
src/asn1/asn1c/AttributeValue.c
src/asn1/asn1c/BinarySigningTime.c
src/asn1/asn1c/BinarySigningTime.h
src/asn1/asn1c/BinaryTime.c
src/asn1/asn1c/CMSAttribute.c
src/asn1/asn1c/CMSAttribute.h
src/asn1/asn1c/CMSAttributeValue.c
src/asn1/asn1c/CMSSubjectKeyIdentifier.c
src/asn1/asn1c/CMSVersion.c
src/asn1/asn1c/CertificateList.c
src/asn1/asn1c/CertificateList.h
src/asn1/asn1c/CertificateSerialNumber.c
src/asn1/asn1c/CertificateSet.c
src/asn1/asn1c/ContentInfo.c
src/asn1/asn1c/ContentInfo.h
src/asn1/asn1c/ContentType.c
src/asn1/asn1c/ContentTypePKCS7.c
src/asn1/asn1c/Countersignature.c
src/asn1/asn1c/Countersignature.h
src/asn1/asn1c/DigestAlgorithmIdentifier.c
src/asn1/asn1c/DigestAlgorithmIdentifier.h
src/asn1/asn1c/DigestAlgorithmIdentifiers.c
src/asn1/asn1c/DigestAlgorithmIdentifiers.h
src/asn1/asn1c/DistinguishedName.c
src/asn1/asn1c/DistinguishedName.h
src/asn1/asn1c/EncapsulatedContentInfo.c
src/asn1/asn1c/EncapsulatedContentInfo.h
src/asn1/asn1c/EncapsulatedContentInfoPKCS7.c
src/asn1/asn1c/EncapsulatedContentInfoPKCS7.h
src/asn1/asn1c/Extension.c
src/asn1/asn1c/Extensions.c
src/asn1/asn1c/Extensions.h
src/asn1/asn1c/FileAndHash.c
src/asn1/asn1c/IPAddrBlocks.c
src/asn1/asn1c/IPAddrBlocks.h
src/asn1/asn1c/IPAddress.c
src/asn1/asn1c/IPAddressChoice.c
src/asn1/asn1c/IPAddressChoice.h
src/asn1/asn1c/IPAddressFamily.c
src/asn1/asn1c/IPAddressFamily.h
src/asn1/asn1c/IPAddressOrRange.c
src/asn1/asn1c/IPAddressOrRange.h
src/asn1/asn1c/IPAddressRange.c
src/asn1/asn1c/IPAddressRange.h
src/asn1/asn1c/IssuerAndSerialNumber.c
src/asn1/asn1c/IssuerAndSerialNumber.h
src/asn1/asn1c/Manifest.c
src/asn1/asn1c/Manifest.h
src/asn1/asn1c/MessageDigest.c
src/asn1/asn1c/Name.c
src/asn1/asn1c/Name.h
src/asn1/asn1c/OtherRevocationInfoFormat.c
src/asn1/asn1c/RDNSequence.c
src/asn1/asn1c/RDNSequence.h
src/asn1/asn1c/ROAIPAddress.c
src/asn1/asn1c/ROAIPAddress.h
src/asn1/asn1c/ROAIPAddressFamily.c
src/asn1/asn1c/ROAIPAddressFamily.h
src/asn1/asn1c/RelativeDistinguishedName.c
src/asn1/asn1c/RelativeDistinguishedName.h
src/asn1/asn1c/RevocationInfoChoice.c
src/asn1/asn1c/RevocationInfoChoice.h
src/asn1/asn1c/RevocationInfoChoices.c
src/asn1/asn1c/RevocationInfoChoices.h
src/asn1/asn1c/RouteOriginAttestation.c
src/asn1/asn1c/RouteOriginAttestation.h
src/asn1/asn1c/SignatureAlgorithmIdentifier.c
src/asn1/asn1c/SignatureAlgorithmIdentifier.h
src/asn1/asn1c/SignatureValue.c
src/asn1/asn1c/SignedAttributes.c
src/asn1/asn1c/SignedAttributes.h
src/asn1/asn1c/SignedData.c
src/asn1/asn1c/SignedData.h
src/asn1/asn1c/SignedDataPKCS7.c
src/asn1/asn1c/SignedDataPKCS7.h
src/asn1/asn1c/SignerIdentifier.c
src/asn1/asn1c/SignerIdentifier.h
src/asn1/asn1c/SignerInfo.c
src/asn1/asn1c/SignerInfo.h
src/asn1/asn1c/SignerInfos.c
src/asn1/asn1c/SignerInfos.h
src/asn1/asn1c/SigningTime.c
src/asn1/asn1c/SigningTime.h
src/asn1/asn1c/TBSCertList.c
src/asn1/asn1c/TBSCertList.h
src/asn1/asn1c/Time.c
src/asn1/asn1c/UnsignedAttributes.c
src/asn1/asn1c/UnsignedAttributes.h
src/asn1/asn1c/Version.c
src/asn1/asn1c/asn_application.h
src/asn1/asn1c/asn_internal.h
src/asn1/content_info.c
src/asn1/decode.c
src/asn1/oid.c
src/asn1/signed_data.c
src/crypto/base64.c
src/crypto/hash.c
src/object/certificate.c
src/object/crl.c
src/object/ghostbusters.c
src/object/manifest.c
src/object/signed_object.c
src/object/tal.c
src/object/vcard.c
src/resource/asn.c
src/resource/ip4.c
src/resource/ip6.c
src/rrdp/rrdp_loader.c
src/rrdp/rrdp_objects.c
src/rrdp/rrdp_parser.c
src/rtr/db/vrps.c
src/rtr/err_pdu.c
src/rtr/pdu_handler.c
src/rtr/pdu_sender.c
src/rtr/pdu_sender.h
src/rtr/pdu_serializer.c
src/rtr/primitive_reader.c
src/rtr/primitive_writer.c
src/rtr/rtr.c
src/xml/relax_ng.c

index e64dd0f957d38472069a0330f4bff83206f35f8e..21a9ab22550a5a3ddf985102c372ce6ac6597713 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASId.h"
+#include "asn1/asn1c/ASId.h"
 
 /*
  * This type is implemented using INTEGER,
index 853a705c91c21bd48b2aefdb677ab857b6349ef2..1083c407009812367aa371033ae8144be9d9cee0 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASIdOrRange.h"
+#include "asn1/asn1c/ASIdOrRange.h"
 
 static asn_oer_constraints_t asn_OER_type_ASIdOrRange_constr_1 CC_NOTUSED = {
        { 0, 0 },
index c73cd86d5fa2807a49e2f50c1b7c221f5cddb6ac..1c0b9282625e8b88a0bb6819ddfab9fb703efdc7 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "ASId.h"
-#include "ASRange.h"
+#include "asn1/asn1c/ASId.h"
+#include "asn1/asn1c/ASRange.h"
 #include "asn1/asn1c/constr_CHOICE.h"
 
 #ifdef __cplusplus
index 854828c27a46ac781e4dd5455819ed9d43bd2f8f..c5016da2e11af031b08b1bbe3463c8d4b1eb79a3 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASIdentifierChoice.h"
+#include "asn1/asn1c/ASIdentifierChoice.h"
 
 static asn_oer_constraints_t asn_OER_type_ASIdentifierChoice_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 93c8850eb156bf04611a5573bdb2380df9ef562e..ec58c81861e07203184f6c14e49935981d7a5492 100644 (file)
@@ -58,7 +58,7 @@ extern asn_TYPE_member_t asn_MBR_ASIdentifierChoice_1[2];
 #endif
 
 /* Referred external types */
-#include "ASIdOrRange.h"
+#include "asn1/asn1c/ASIdOrRange.h"
 
 #endif /* _ASIdentifierChoice_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 6ba903beba0639148b4cc4fc11a98543ae7da1bc..fb89b22380288b9a1710065d8b2c9cce7a95aa0b 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASIdentifiers.h"
+#include "asn1/asn1c/ASIdentifiers.h"
 
 static asn_TYPE_member_t asn_MBR_ASIdentifiers_1[] = {
        { ATF_POINTER, 2, offsetof(struct ASIdentifiers, asnum),
index c5150f20908b34d7d4ed8c8740167dc5522544fa..3e66ab12d49274a5882fec240c98bcc5bcf876fc 100644 (file)
@@ -38,7 +38,7 @@ extern asn_TYPE_descriptor_t asn_DEF_ASIdentifiers;
 #endif
 
 /* Referred external types */
-#include "ASIdentifierChoice.h"
+#include "asn1/asn1c/ASIdentifierChoice.h"
 
 #endif /* _ASIdentifiers_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 984ebe79643d817673f0c28b00401486120dfe2b..9a1063ee944c363b69408229c86c1abb7129a82a 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ASRange.h"
+#include "asn1/asn1c/ASRange.h"
 
 asn_TYPE_member_t asn_MBR_ASRange_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct ASRange, min),
index 4f87287f65afbf8d69f8d1ea88ffa342b0dd87a2..0e6acfedf221b43cc7020c993165f5d89c0a1621 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "ASId.h"
+#include "asn1/asn1c/ASId.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
index 693ebdc224e05e24ff936756e8643551fdd0459f..33e19d098ed0a1a2c55654c24b4220b6d6de8c1e 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "AlgorithmIdentifier.h"
+#include "asn1/asn1c/AlgorithmIdentifier.h"
 
 asn_TYPE_member_t asn_MBR_AlgorithmIdentifier_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct AlgorithmIdentifier, algorithm),
index 2890ad04bc9a404457ff7cd17fdac402fd1a6c45..d17a5c3a76fa186b6ab57a33dd96eea33c5861c5 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "AttributeType.h"
+#include "asn1/asn1c/AttributeType.h"
 
 /*
  * This type is implemented using OBJECT_IDENTIFIER,
index c824a07be58fccbe299b59f8a2fedb77aac8288f..113a31633d32f89a8fc8eadea600bbca0e1ad864 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "AttributeTypeAndValue.h"
+#include "asn1/asn1c/AttributeTypeAndValue.h"
 
 asn_TYPE_member_t asn_MBR_AttributeTypeAndValue_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct AttributeTypeAndValue, type),
index f99e724e3183f8dacbaa334abc8ac07a388387e3..7096e46d56fe393a003fd8639148945f5301ed80 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "AttributeType.h"
-#include "AttributeValue.h"
+#include "asn1/asn1c/AttributeType.h"
+#include "asn1/asn1c/AttributeValue.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
index 05ad5099e73f7c6ee1a64e6b759fedd193ef37c9..bcedb9690aa96954301f6ff0e745fc5129ee360d 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "AttributeValue.h"
+#include "asn1/asn1c/AttributeValue.h"
 
 /*
  * This type is implemented using ANY,
index 92774f5a851d811062a3f39c4fe845cf8f7cea94..4d960871cd8ff02ba92620d917e3fd519a91aa1e 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "BinarySigningTime.h"
+#include "asn1/asn1c/BinarySigningTime.h"
 
 int
 BinarySigningTime_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
index f51f32d65fc8950dd71117cecf24c1a2cb0c1245..36403542b6ec8eafce32fb0b41cd9b2ac339a78d 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "BinaryTime.h"
+#include "asn1/asn1c/BinaryTime.h"
 
 #ifdef __cplusplus
 extern "C" {
index d5f230b294f6472244ee62765830e0c59c4cd6b6..0e5983d519d1ea7386296b7cd757d5e3dea98c5f 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "BinaryTime.h"
+#include "asn1/asn1c/BinaryTime.h"
 
 int
 BinaryTime_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
index b7bb5555d9346f872cafcbf92ceae35dd47fb04e..6b84bb09f11d34113729264e315c64ff0ba5b996 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CMSAttribute.h"
+#include "asn1/asn1c/CMSAttribute.h"
 
 static asn_TYPE_member_t asn_MBR_attrValues_3[] = {
        { ATF_ANY_TYPE | ATF_POINTER, 0, 0,
index 70557935d2be5aa376b22a4347d0110d1345de5c..43784a5104db8520e77d500c4ecee9f29b15192e 100644 (file)
@@ -13,7 +13,7 @@
 
 /* Including external dependencies */
 #include "asn1/asn1c/OBJECT_IDENTIFIER.h"
-#include "CMSAttributeValue.h"
+#include "asn1/asn1c/CMSAttributeValue.h"
 #include "asn1/asn1c/asn_SET_OF.h"
 #include "asn1/asn1c/constr_SET_OF.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
index a2b0262ea0350b8ef52a4483767e585dbea74d7b..f3d9bb9dc4364d2084ef31dc85fdb2c085094791 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CMSAttributeValue.h"
+#include "asn1/asn1c/CMSAttributeValue.h"
 
 /*
  * This type is implemented using ANY,
index 80ae765a200c216caa43d16d0dd9fd094205b7f3..6a3d4c6462a8c78e840e7a47605b50b507967f6c 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CMSSubjectKeyIdentifier.h"
+#include "asn1/asn1c/CMSSubjectKeyIdentifier.h"
 
 /*
  * This type is implemented using OCTET_STRING,
index b83470cc2f38050255fd9b08541ac79e3cb6c461..24292790ed3d1942c8fb38c88e4a5766a446b820 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CMSVersion.h"
+#include "asn1/asn1c/CMSVersion.h"
 
 /*
  * This type is implemented using INTEGER,
index b90a34f4c927d3485d86b9e60e4277ada0b295fa..eed479693c93bf0659bb220a5c3d254c64d867cf 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CertificateList.h"
+#include "asn1/asn1c/CertificateList.h"
 
 asn_TYPE_member_t asn_MBR_CertificateList_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct CertificateList, tbsCertList),
index fc3c64e99dd7a4f5b7c424e1559b26b1967f96ae..4e600084a9f8261123a83f20ee7b55c54d535d07 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "TBSCertList.h"
-#include "AlgorithmIdentifier.h"
+#include "asn1/asn1c/TBSCertList.h"
+#include "asn1/asn1c/AlgorithmIdentifier.h"
 #include "asn1/asn1c/BIT_STRING.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
index 5b9e2b950f0b2bf871eb18beadeddab4bf4fb43a..3a860b22949f2d2342d12b6acf61a2f6e6783ccd 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CertificateSerialNumber.h"
+#include "asn1/asn1c/CertificateSerialNumber.h"
 
 /*
  * This type is implemented using INTEGER,
index 683cc5eaf5866362e7ad609c0417771905f08f57..64373205c53834b99b01432956a2fc8f57cbfbbd 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "CertificateSet.h"
+#include "asn1/asn1c/CertificateSet.h"
 
 asn_TYPE_member_t asn_MBR_CertificateSet_1[] = {
        { ATF_ANY_TYPE | ATF_POINTER, 0, 0,
index d6ec2dfa9a4c3d1f3ffb62e9649cdc868c76297b..a244ec498bf4314d98e9ad29dd4ac7a67126c470 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ContentInfo.h"
+#include "asn1/asn1c/ContentInfo.h"
 
 static asn_TYPE_member_t asn_MBR_ContentInfo_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct ContentInfo, contentType),
index fc12e3c1ee024f4ca73a7b2c76fdea5932b82222..655ff0345bdbdf7be8beb6bae2a596c67886c11c 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "ContentType.h"
+#include "asn1/asn1c/ContentType.h"
 #include "asn1/asn1c/ANY.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
index 291ce1035af93d2b208bb12f90fa423a4cfab21e..5b3ef169f024bf4de2b9b804ba5418f926620516 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ContentType.h"
+#include "asn1/asn1c/ContentType.h"
 
 /*
  * This type is implemented using OBJECT_IDENTIFIER,
index 8cba12341786d89771a3d0954a443e7fc330954f..6d4067a94a50719e5eaf3ad8c7161feaa246d7fc 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ContentTypePKCS7.h"
+#include "asn1/asn1c/ContentTypePKCS7.h"
 
 /*
  * This type is implemented using OCTET_STRING,
index ebd1c5b0f04daf6f47b55a8aa32625f64d17d749..aeedbad41c1c84a4b3332b5e521e212ecdf344ba 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Countersignature.h"
+#include "asn1/asn1c/Countersignature.h"
 
 /*
  * This type is implemented using SignerInfo,
index f929599ba789293afec8536c648aaa40fe5fb544..bb8358acd485f2f4fff356d4a662f63cd6654faa 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "SignerInfo.h"
+#include "asn1/asn1c/SignerInfo.h"
 
 #ifdef __cplusplus
 extern "C" {
index 924cd146817335329588b1978a4d485f8f3cd7b8..b67d2f7ad74dab3725b3b46d6685605249b43113 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "DigestAlgorithmIdentifier.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifier.h"
 
 /*
  * This type is implemented using AlgorithmIdentifier,
index ca645ae852ac7245fa56ab09fbcd1fada7fbb03b..e520c190920ea501be602ccabfdf6da489da7059 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "AlgorithmIdentifier.h"
+#include "asn1/asn1c/AlgorithmIdentifier.h"
 
 #ifdef __cplusplus
 extern "C" {
index b4779c8ec22e4a5fb7991db1f1aaf9b2bddd1caf..2e5625cf4ecd399ed75ed6b5ce84ca6426c0bbcd 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "DigestAlgorithmIdentifiers.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifiers.h"
 
 asn_TYPE_member_t asn_MBR_DigestAlgorithmIdentifiers_1[] = {
        { ATF_POINTER, 0, 0,
index 6b757c8e3ebda5ed426f1f189f72344de96195cf..b853005dadf4cf6e737575052e3de914afc7f484 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_DigestAlgorithmIdentifiers_1[1];
 #endif
 
 /* Referred external types */
-#include "DigestAlgorithmIdentifier.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifier.h"
 
 #endif /* _DigestAlgorithmIdentifiers_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 525a43c727f14ea1d8c3f50fd8ed02b434493f0c..71b493ea4b92e1d1f9fe7206798e782246f36576 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "DistinguishedName.h"
+#include "asn1/asn1c/DistinguishedName.h"
 
 /*
  * This type is implemented using RDNSequence,
index 7dd0f41292db12efc0f13386f285c6cc6b9c388b..c1138ced38a149c786b0f9f28363bfcd539ac703 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "RDNSequence.h"
+#include "asn1/asn1c/RDNSequence.h"
 
 #ifdef __cplusplus
 extern "C" {
index a66ad3b9c25bb0c49582839c65aee9d79f3806e1..51f7066fdf5e6cab5c14c7c669c0be42d7eb2e32 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "EncapsulatedContentInfo.h"
+#include "asn1/asn1c/EncapsulatedContentInfo.h"
 
 asn_TYPE_member_t asn_MBR_EncapsulatedContentInfo_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct EncapsulatedContentInfo, eContentType),
index 95002ff96aa770ed0264b630e2ca623da8805144..3f9d91d411885d175a582f7903951d06aad1f366 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "ContentType.h"
+#include "asn1/asn1c/ContentType.h"
 #include "asn1/asn1c/OCTET_STRING.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
index 2b954dd9977d679e7d5b37bed137793c195207b7..8d1423e8b46329598f4ee7641bfdeea22d1a2807 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "EncapsulatedContentInfoPKCS7.h"
+#include "asn1/asn1c/EncapsulatedContentInfoPKCS7.h"
 
 asn_TYPE_member_t asn_MBR_EncapsulatedContentInfoPKCS7_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct EncapsulatedContentInfoPKCS7, eContentType),
index 1b479c72afa8401a1340fd6953bccb9484ec3aa0..9b3dd1bb28e179ce0fd2b3b13466d90be9847bcd 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "ContentType.h"
+#include "asn1/asn1c/ContentType.h"
 #include "asn1/asn1c/ANY.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
index b03d67eefe3daf25a1dc4ed2ff3aaf8b14ba1671..9e9876118150c03617533446976b51be9a67bdf5 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Extension.h"
+#include "asn1/asn1c/Extension.h"
 
 static int asn_DFL_3_cmp_0(const void *sptr) {
        const BOOLEAN_t *st = sptr;
index 1ef561a966c0b3ef72f7707422613debd4d6160d..0c09f279f5ce4e14156b91114e27fc30f47f3f9d 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Extensions.h"
+#include "asn1/asn1c/Extensions.h"
 
 static asn_oer_constraints_t asn_OER_type_Extensions_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 5b8703eefc20ba33f86c73d65fb182cad0b01c46..dc296149df7126e9fae64ce786a3c35c4d3106cd 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_Extensions_1[1];
 #endif
 
 /* Referred external types */
-#include "Extension.h"
+#include "asn1/asn1c/Extension.h"
 
 #endif /* _Extensions_H_ */
 #include "asn1/asn1c/asn_internal.h"
index ca83a31eacad52c4ec54a580cde0d9d3987089ee..05185d65977037bcc22093100c64dccc42931605 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "FileAndHash.h"
+#include "asn1/asn1c/FileAndHash.h"
 
 asn_TYPE_member_t asn_MBR_FileAndHash_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct FileAndHash, file),
index cc99b2cf50efeb29d321298cb8c08ea3b9335572..aa7b09550ce121b6048b6f23db746faea335d1c7 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddrBlocks.h"
+#include "asn1/asn1c/IPAddrBlocks.h"
 
 static asn_TYPE_member_t asn_MBR_IPAddrBlocks_1[] = {
        { ATF_POINTER, 0, 0,
index b3297cbd08e2cf0898051315ce19eadfa45fce0b..162be7a860448425294f318c1de07fa06f3815a8 100644 (file)
@@ -38,7 +38,7 @@ extern asn_TYPE_descriptor_t asn_DEF_IPAddrBlocks;
 #endif
 
 /* Referred external types */
-#include "IPAddressFamily.h"
+#include "asn1/asn1c/IPAddressFamily.h"
 
 #endif /* _IPAddrBlocks_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 7ae1857bfd929f688bf4e9fe627d4ffb648b8029..5e66e0d4591aa3e7f2e46dba2e79d426045bce63 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddress.h"
+#include "asn1/asn1c/IPAddress.h"
 
 /*
  * This type is implemented using BIT_STRING,
index f6e89c5a5dbbc6b51a9a9f2cb16a2c45b4c599a6..581a598a3f00fb766dc316a0eeb36950936f8701 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddressChoice.h"
+#include "asn1/asn1c/IPAddressChoice.h"
 
 static asn_oer_constraints_t asn_OER_type_IPAddressChoice_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 0a07c38d2706dbb93b6222d0a48eee3b4dd1b6b3..bc6548354ba68594b015bbafc6c43c3ca76a45d7 100644 (file)
@@ -58,7 +58,7 @@ extern asn_TYPE_member_t asn_MBR_IPAddressChoice_1[2];
 #endif
 
 /* Referred external types */
-#include "IPAddressOrRange.h"
+#include "asn1/asn1c/IPAddressOrRange.h"
 
 #endif /* _IPAddressChoice_H_ */
 #include "asn1/asn1c/asn_internal.h"
index ff8759952076f46f6ecedb42f3c54f17a3df8b64..adacc6dbf946e4063704ccf2b26495aca04019bc 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddressFamily.h"
+#include "asn1/asn1c/IPAddressFamily.h"
 
 static int
 memb_addressFamily_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
index e3db475d237354b6997448a2c2b1e085c78d04da..a8ed77ccf38e3c892aa8b36f780027a952c06188 100644 (file)
@@ -13,7 +13,7 @@
 
 /* Including external dependencies */
 #include "asn1/asn1c/OCTET_STRING.h"
-#include "IPAddressChoice.h"
+#include "asn1/asn1c/IPAddressChoice.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
index 3837df632298e6206ebdb361623acfb5b91ad342..98ba69b779e8870e9b9fa768be80b109447e7ead 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddressOrRange.h"
+#include "asn1/asn1c/IPAddressOrRange.h"
 
 static asn_oer_constraints_t asn_OER_type_IPAddressOrRange_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 4d2fd9abc7c0c3fdc5e8cf14005b44dff05bdb51..22974db95f5458c7bcabe115e030cfcf8e6c7f27 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "IPAddress.h"
-#include "IPAddressRange.h"
+#include "asn1/asn1c/IPAddress.h"
+#include "asn1/asn1c/IPAddressRange.h"
 #include "asn1/asn1c/constr_CHOICE.h"
 
 #ifdef __cplusplus
index e4312318a68df43516f2fe1047e50059c0e60fa5..82d3b8ff7800400202e66404eecfb2fc62a80d6c 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IPAddressRange.h"
+#include "asn1/asn1c/IPAddressRange.h"
 
 asn_TYPE_member_t asn_MBR_IPAddressRange_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct IPAddressRange, min),
index 0efe82798323168245a2aa9bceb6f6c68b52673f..02038e4638cdae9feac2aee8fa25e09c0cbfbb0e 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "IPAddress.h"
+#include "asn1/asn1c/IPAddress.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
index 7ec53e98c9b8236d9f3b24da391cc094937d10f0..5cfb0d5acde445f3fb6eec19751693b81a98564e 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "IssuerAndSerialNumber.h"
+#include "asn1/asn1c/IssuerAndSerialNumber.h"
 
 asn_TYPE_member_t asn_MBR_IssuerAndSerialNumber_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct IssuerAndSerialNumber, issuer),
index 80b66cf81ced30bcb7c86f92bf5d4694ef45b6e0..432120d31b07d077dcc269562774cd9dd06669b0 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "Name.h"
-#include "CertificateSerialNumber.h"
+#include "asn1/asn1c/Name.h"
+#include "asn1/asn1c/CertificateSerialNumber.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
index 2f63b96dae50fcd13f661014fc2ba3445e0384ce..80a6885f8f2464058b91c5c39ace756cdbfe4546 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Manifest.h"
+#include "asn1/asn1c/Manifest.h"
 
 static int
 memb_manifestNumber_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
index 98a22df400a4368ebb3e116d8eff5c9ca51bc409..8eb2bc73e92594e45559aedb75656b112537cb4a 100644 (file)
@@ -52,7 +52,7 @@ extern asn_TYPE_descriptor_t asn_DEF_Manifest;
 #endif
 
 /* Referred external types */
-#include "FileAndHash.h"
+#include "asn1/asn1c/FileAndHash.h"
 
 #endif /* _Manifest_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 95c992a1ce43d01ce6f67841457601f54428ba4d..29b39e76c6baa8bf391692587334e6dda6814eb7 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "MessageDigest.h"
+#include "asn1/asn1c/MessageDigest.h"
 
 /*
  * This type is implemented using OCTET_STRING,
index e0fdfa54466e88d277ecf0fcdbeb70390545966d..19906fc472204b5867228c8bf80f3344714175b7 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Name.h"
+#include "asn1/asn1c/Name.h"
 
 static asn_oer_constraints_t asn_OER_type_Name_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 97bf06e9edc000fc786f1342f800b8a0cd4b0c3c..c6a1b25b47f7107f6cd1abf51331634363f11957 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "RDNSequence.h"
+#include "asn1/asn1c/RDNSequence.h"
 #include "asn1/asn1c/constr_CHOICE.h"
 
 #ifdef __cplusplus
index 45b7bb9497979f0e0347351b5231044718d44409..4c5301cee9648a53fe5be0866abcf22c7258b0a3 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "OtherRevocationInfoFormat.h"
+#include "asn1/asn1c/OtherRevocationInfoFormat.h"
 
 asn_TYPE_member_t asn_MBR_OtherRevocationInfoFormat_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct OtherRevocationInfoFormat, otherRevInfoFormat),
index da65f173fb04a63d922674405d550466a94e2ac1..ad2ad4451597fd47f305f11ea0cbdee4dc6c5bcc 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "RDNSequence.h"
+#include "asn1/asn1c/RDNSequence.h"
 
 asn_TYPE_member_t asn_MBR_RDNSequence_1[] = {
        { ATF_POINTER, 0, 0,
index 72a8bf0c7bac3cdeca7ee93b736b411e2d4c35cb..dea5d4f548670e38616c35ccac47a5e9139e0913 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_RDNSequence_1[1];
 #endif
 
 /* Referred external types */
-#include "RelativeDistinguishedName.h"
+#include "asn1/asn1c/RelativeDistinguishedName.h"
 
 #endif /* _RDNSequence_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 4fd51a5cb8cd6d6da33435e1e9d1af13f3229e07..6500d56c729f897a21ac5484fea6cc39d8e8158c 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ROAIPAddress.h"
+#include "asn1/asn1c/ROAIPAddress.h"
 
 asn_TYPE_member_t asn_MBR_ROAIPAddress_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct ROAIPAddress, address),
index e1d68e1870a01fb06bc56e883424730867d3d14c..49e7b86fe8eb650f4d76c26e12c5d107122c6875 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "IPAddress.h"
+#include "asn1/asn1c/IPAddress.h"
 #include "asn1/asn1c/INTEGER.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
index cb3c0963ab3aada6a558184d27a70d5451b2b7df..697f2eb3cdb623c6cb2fd4b08a3aa27c8103215c 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "ROAIPAddressFamily.h"
+#include "asn1/asn1c/ROAIPAddressFamily.h"
 
 static int
 memb_addressFamily_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
index 668eb33e501505d1a98e78ed9bb623dff39a3ce2..dcd570ea25d8a55ad22dd9d9826bb5e98731e4af 100644 (file)
@@ -48,7 +48,7 @@ extern asn_TYPE_member_t asn_MBR_ROAIPAddressFamily_1[2];
 #endif
 
 /* Referred external types */
-#include "ROAIPAddress.h"
+#include "asn1/asn1c/ROAIPAddress.h"
 
 #endif /* _ROAIPAddressFamily_H_ */
 #include "asn1/asn1c/asn_internal.h"
index cb70d4f3280abec97638a8bccdcd1589a663032c..4cf2bdc7a2cd26dbe1728e9d4df88c802e7516e3 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "RelativeDistinguishedName.h"
+#include "asn1/asn1c/RelativeDistinguishedName.h"
 
 static asn_oer_constraints_t asn_OER_type_RelativeDistinguishedName_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 2d1d0b4d7983855a719a1c38d87961f54cfd8cef..6dcec988d1abe7690c80828701159850832eadce 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_RelativeDistinguishedName_1[1];
 #endif
 
 /* Referred external types */
-#include "AttributeTypeAndValue.h"
+#include "asn1/asn1c/AttributeTypeAndValue.h"
 
 #endif /* _RelativeDistinguishedName_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 4fdacdacfd88fe3fa5acff3c2bffc661b984e89b..6e0f9e6798277551f352ab098335226b609ab109 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "RevocationInfoChoice.h"
+#include "asn1/asn1c/RevocationInfoChoice.h"
 
 static asn_oer_constraints_t asn_OER_type_RevocationInfoChoice_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 7813aad6f959c3d3309d7b38f7cf78e8a5b8e38c..8df702e17d1f2b757d2d64cbcd4a110aebcf5a85 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "CertificateList.h"
-#include "OtherRevocationInfoFormat.h"
+#include "asn1/asn1c/CertificateList.h"
+#include "asn1/asn1c/OtherRevocationInfoFormat.h"
 #include "asn1/asn1c/constr_CHOICE.h"
 
 #ifdef __cplusplus
index 1364e098d8b8902a0dd7c24b595a69ab435b636a..2df9beb628ed70220fe2bacd3725e09436d17b23 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "RevocationInfoChoices.h"
+#include "asn1/asn1c/RevocationInfoChoices.h"
 
 asn_TYPE_member_t asn_MBR_RevocationInfoChoices_1[] = {
        { ATF_POINTER, 0, 0,
index d5b2259c9dc0d0f6800a2e6e58f2e84edc65e062..bff280a31f2d2a0b2d1e70a918d9c9958e37b345 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_RevocationInfoChoices_1[1];
 #endif
 
 /* Referred external types */
-#include "RevocationInfoChoice.h"
+#include "asn1/asn1c/RevocationInfoChoice.h"
 
 #endif /* _RevocationInfoChoices_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 646964b91b478b41d08661aa5a7c764ec8804a0b..04ff4b273aadeeba38057f778a803afa6700b07c 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "RouteOriginAttestation.h"
+#include "asn1/asn1c/RouteOriginAttestation.h"
 
 static int
 memb_ipAddrBlocks_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
index c5ae9e419cc650b96cdd8c76949f2c040fe3f717..f8dc17fbf98e0b3df53ecfbfff2b08d0efd0ef3b 100644 (file)
@@ -13,7 +13,7 @@
 
 /* Including external dependencies */
 #include "asn1/asn1c/INTEGER.h"
-#include "ASId.h"
+#include "asn1/asn1c/ASId.h"
 #include "asn1/asn1c/asn_SEQUENCE_OF.h"
 #include "asn1/asn1c/constr_SEQUENCE_OF.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
@@ -48,7 +48,7 @@ extern asn_TYPE_descriptor_t asn_DEF_RouteOriginAttestation;
 #endif
 
 /* Referred external types */
-#include "ROAIPAddressFamily.h"
+#include "asn1/asn1c/ROAIPAddressFamily.h"
 
 #endif /* _RouteOriginAttestation_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 2ade2dcc13cd21c96d5cea9fc08aaf3c0b71ab53..5eca1e7fb8295593ab1ba8523203c1ad1cb9439d 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignatureAlgorithmIdentifier.h"
+#include "asn1/asn1c/SignatureAlgorithmIdentifier.h"
 
 /*
  * This type is implemented using AlgorithmIdentifier,
index 5d2f6d4f236f7f678d58a80b719b8ec2429717ad..cc15f45b125356023b7ac4ce8f29eecfd2d50abd 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "AlgorithmIdentifier.h"
+#include "asn1/asn1c/AlgorithmIdentifier.h"
 
 #ifdef __cplusplus
 extern "C" {
index a2be15710888f553a7341ca27a8a25032407cbc8..654cbb951d8c61554b0d29e785a8f788aba3b430 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignatureValue.h"
+#include "asn1/asn1c/SignatureValue.h"
 
 /*
  * This type is implemented using OCTET_STRING,
index 31ac5e59a9318ec46290b66ce785afa4326829db..06514d3b39caf8aae8aa04821f3b81680a7950b6 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignedAttributes.h"
+#include "asn1/asn1c/SignedAttributes.h"
 
 static asn_oer_constraints_t asn_OER_type_SignedAttributes_constr_1 CC_NOTUSED = {
        { 0, 0 },
index be8c616d9b4ee1c1fa1343ade5ae4e2f19be6321..c32d05ee8660fa858c175f58d182430ed99db898 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_SignedAttributes_1[1];
 #endif
 
 /* Referred external types */
-#include "CMSAttribute.h"
+#include "asn1/asn1c/CMSAttribute.h"
 
 #endif /* _SignedAttributes_H_ */
 #include "asn1/asn1c/asn_internal.h"
index c925448b98f54818515835cf85497e17566503b3..ca1f1f804e3bc65186ee68e05b440792f8b80a92 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignedData.h"
+#include "asn1/asn1c/SignedData.h"
 
 static asn_TYPE_member_t asn_MBR_SignedData_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct SignedData, version),
index 23573ff2f574c2e4d97817d520e5ce478963f2e2..f527eb294cfd024285064b88d9fb3bd25f0d0d0b 100644 (file)
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "CMSVersion.h"
-#include "DigestAlgorithmIdentifiers.h"
-#include "EncapsulatedContentInfo.h"
-#include "SignerInfos.h"
+#include "asn1/asn1c/CMSVersion.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifiers.h"
+#include "asn1/asn1c/EncapsulatedContentInfo.h"
+#include "asn1/asn1c/SignerInfos.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
@@ -47,8 +47,8 @@ extern asn_TYPE_descriptor_t asn_DEF_SignedData;
 #endif
 
 /* Referred external types */
-#include "CertificateSet.h"
-#include "RevocationInfoChoices.h"
+#include "asn1/asn1c/CertificateSet.h"
+#include "asn1/asn1c/RevocationInfoChoices.h"
 
 #endif /* _SignedData_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 5a9e89e42ed542332ee79a1dae0e243ab2514bb4..79d59bdcd5edd3f2ed6cdbe65c741b0cd9dc9bf0 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignedDataPKCS7.h"
+#include "asn1/asn1c/SignedDataPKCS7.h"
 
 static asn_TYPE_member_t asn_MBR_SignedDataPKCS7_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct SignedDataPKCS7, version),
index f47ffdba3dace1df351b3f882023b26537573328..bc80e8e2ebe0bd3332aa204b89d80d46fef519c9 100644 (file)
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "CMSVersion.h"
-#include "DigestAlgorithmIdentifiers.h"
-#include "EncapsulatedContentInfoPKCS7.h"
-#include "SignerInfos.h"
+#include "asn1/asn1c/CMSVersion.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifiers.h"
+#include "asn1/asn1c/EncapsulatedContentInfoPKCS7.h"
+#include "asn1/asn1c/SignerInfos.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
@@ -47,8 +47,8 @@ extern asn_TYPE_descriptor_t asn_DEF_SignedDataPKCS7;
 #endif
 
 /* Referred external types */
-#include "CertificateSet.h"
-#include "RevocationInfoChoices.h"
+#include "asn1/asn1c/CertificateSet.h"
+#include "asn1/asn1c/RevocationInfoChoices.h"
 
 #endif /* _SignedDataPKCS7_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 13af4de580ccf4fe484b38445a538fdf943a3356..9f014fceef230fc007eb678617c3ab8d2f0ef5d1 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignerIdentifier.h"
+#include "asn1/asn1c/SignerIdentifier.h"
 
 static asn_oer_constraints_t asn_OER_type_SignerIdentifier_constr_1 CC_NOTUSED = {
        { 0, 0 },
index e15a1d69e09080ddf26e23c662b985b7491beff1..a465dc753ea5c6b926d10e4ce8f8cf701806e4fc 100644 (file)
@@ -12,8 +12,8 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "IssuerAndSerialNumber.h"
-#include "CMSSubjectKeyIdentifier.h"
+#include "asn1/asn1c/IssuerAndSerialNumber.h"
+#include "asn1/asn1c/CMSSubjectKeyIdentifier.h"
 #include "asn1/asn1c/constr_CHOICE.h"
 
 #ifdef __cplusplus
index 4b944e78281eefefc8f5f7fd8baede191206fd53..ac2c6637a68fe65c50a66aa9871a6df07641f8ad 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignerInfo.h"
+#include "asn1/asn1c/SignerInfo.h"
 
 asn_TYPE_member_t asn_MBR_SignerInfo_1[] = {
        { ATF_NOFLAGS, 0, offsetof(struct SignerInfo, version),
index 37d5a39ae7403a5cea9b9496cf707d8933281c66..9ef08085dc24d183364d3942ee34704abcee5f12 100644 (file)
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "CMSVersion.h"
-#include "SignerIdentifier.h"
-#include "DigestAlgorithmIdentifier.h"
-#include "SignatureAlgorithmIdentifier.h"
-#include "SignatureValue.h"
+#include "asn1/asn1c/CMSVersion.h"
+#include "asn1/asn1c/SignerIdentifier.h"
+#include "asn1/asn1c/DigestAlgorithmIdentifier.h"
+#include "asn1/asn1c/SignatureAlgorithmIdentifier.h"
+#include "asn1/asn1c/SignatureValue.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 
 #ifdef __cplusplus
@@ -51,8 +51,8 @@ extern asn_TYPE_member_t asn_MBR_SignerInfo_1[7];
 #endif
 
 /* Referred external types */
-#include "SignedAttributes.h"
-#include "UnsignedAttributes.h"
+#include "asn1/asn1c/SignedAttributes.h"
+#include "asn1/asn1c/UnsignedAttributes.h"
 
 #endif /* _SignerInfo_H_ */
 #include "asn1/asn1c/asn_internal.h"
index a22d82809fdec878d8aaca10f47e0d46db80ebcd..68a085510cc6020b59001dfb13cdd347def029a7 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SignerInfos.h"
+#include "asn1/asn1c/SignerInfos.h"
 
 asn_TYPE_member_t asn_MBR_SignerInfos_1[] = {
        { ATF_POINTER, 0, 0,
index f1613142d757e56216c7adaf6dd5c18f1e56d387..fbcdc4690505631b314f1d15a1e0441be3600475 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_SignerInfos_1[1];
 #endif
 
 /* Referred external types */
-#include "SignerInfo.h"
+#include "asn1/asn1c/SignerInfo.h"
 
 #endif /* _SignerInfos_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 5f14fccfdbd90c4440494f2dd1c00106a6af2df9..7e69e7c35c1a9a778da757ae2211e80d0087105b 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "SigningTime.h"
+#include "asn1/asn1c/SigningTime.h"
 
 /*
  * This type is implemented using Time,
index 601eab785648f42655662b409a9606863268a525..eab03ad8c67e1c0b7efdd834dc0996b3d7a3f4b0 100644 (file)
@@ -12,7 +12,7 @@
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "Time.h"
+#include "asn1/asn1c/Time.h"
 
 #ifdef __cplusplus
 extern "C" {
index aef4dba0bf8b9e78791f1400b147b77c7cda119e..4f0476bcb9dd537b2a374faf9d371f3bd38e5b8f 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "TBSCertList.h"
+#include "asn1/asn1c/TBSCertList.h"
 
 static asn_TYPE_member_t asn_MBR_Member_8[] = {
        { ATF_NOFLAGS, 0, offsetof(struct TBSCertList__revokedCertificates__Member, userCertificate),
index 24da00f0a34e2b09acba7fe6d36623253d1a51a9..4425e44f1e170b0818d2554cc537f5a952dc608d 100644 (file)
 #include "asn1/asn1c/asn_application.h"
 
 /* Including external dependencies */
-#include "Version.h"
-#include "AlgorithmIdentifier.h"
-#include "Name.h"
-#include "Time.h"
+#include "asn1/asn1c/Version.h"
+#include "asn1/asn1c/AlgorithmIdentifier.h"
+#include "asn1/asn1c/Name.h"
+#include "asn1/asn1c/Time.h"
 #include "asn1/asn1c/asn_SEQUENCE_OF.h"
-#include "CertificateSerialNumber.h"
+#include "asn1/asn1c/CertificateSerialNumber.h"
 #include "asn1/asn1c/constr_SEQUENCE.h"
 #include "asn1/asn1c/constr_SEQUENCE_OF.h"
 
@@ -68,8 +68,8 @@ extern asn_TYPE_member_t asn_MBR_TBSCertList_1[7];
 #endif
 
 /* Referred external types */
-#include "Time.h"
-#include "Extensions.h"
+#include "asn1/asn1c/Time.h"
+#include "asn1/asn1c/Extensions.h"
 
 #endif /* _TBSCertList_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 2403d4b37c6fb182e5712232fe297c161f2e45bc..f805b5d313a898023ad5fe79c2a6cab87cb85d58 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Time.h"
+#include "asn1/asn1c/Time.h"
 
 static asn_oer_constraints_t asn_OER_type_Time_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 586856812be7e66b9bae572f91431af07e923626..f5a122037f65f0c18504c448b414537663a544a2 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "UnsignedAttributes.h"
+#include "asn1/asn1c/UnsignedAttributes.h"
 
 static asn_oer_constraints_t asn_OER_type_UnsignedAttributes_constr_1 CC_NOTUSED = {
        { 0, 0 },
index 1e25357d9c52c600d630747cc837b993ebaa0b4f..d278658d6dbb1cdd0336901c532f16772ee74d18 100644 (file)
@@ -40,7 +40,7 @@ extern asn_TYPE_member_t asn_MBR_UnsignedAttributes_1[1];
 #endif
 
 /* Referred external types */
-#include "CMSAttribute.h"
+#include "asn1/asn1c/CMSAttribute.h"
 
 #endif /* _UnsignedAttributes_H_ */
 #include "asn1/asn1c/asn_internal.h"
index 5b6df294fdaaa45a5b4ab3a8b40a3152b3291444..0a708afac7a76da718f41570bee510064f65c40d 100644 (file)
@@ -5,7 +5,7 @@
  *     `asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
  */
 
-#include "Version.h"
+#include "asn1/asn1c/Version.h"
 
 /*
  * This type is implemented using INTEGER,
index 3ca9f138eee7b4ef777d165e7032f449e068720a..7d33201e8c8942465b76fe48b1fc217c8d6d9120 100644 (file)
@@ -8,8 +8,8 @@
 #ifndef        ASN_APPLICATION_H
 #define        ASN_APPLICATION_H
 
-#include "asn_system.h"                /* for platform-dependent types */
-#include "asn_codecs.h"                /* for ASN.1 codecs specifics */
+#include "asn1/asn1c/asn_system.h"     /* for platform-dependent types */
+#include "asn1/asn1c/asn_codecs.h"     /* for ASN.1 codecs specifics */
 
 #ifdef __cplusplus
 extern "C" {
@@ -164,6 +164,6 @@ typedef void (asn_app_constraint_failed_f)(void *application_specific_key,
 }
 #endif
 
-#include "constr_TYPE.h"       /* for asn_TYPE_descriptor_t */
+#include "asn1/asn1c/constr_TYPE.h"    /* for asn_TYPE_descriptor_t */
 
 #endif /* ASN_APPLICATION_H */
index 4e72d62f30addb09bc9fd92c354ff1233d321e69..e6bb4ee394c35b033fb27567d6404b1cadf63327 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __EXTENSIONS__
 #define __EXTENSIONS__          /* for Sun */
 #endif
-#include "asn_application.h"   /* Application-visible API */
+#include "asn1/asn1c/asn_application.h"        /* Application-visible API */
 
 #ifndef        __NO_ASSERT_H__         /* Include assert.h only for internal use. */
 #include <assert.h>            /* for assert() macro */
index 8c1225516815cf5e2fddc421b5201c43cbb01723..c5a2a27c80b2485afdef6ab010709076be77af65 100644 (file)
@@ -1,9 +1,9 @@
-#include "content_info.h"
+#include "asn1/content_info.h"
 
 #include <errno.h>
 #include "file.h"
 #include "log.h"
-#include "oid.h"
+#include "asn1/oid.h"
 #include "asn1/decode.h"
 #include "asn1/asn1c/ContentType.h"
 
index a7652946c6ee7883436d0ae8401b970a15bbbb2a..ca99b776682d7e74577f1a4c42be5c6571311840 100644 (file)
@@ -1,4 +1,4 @@
-#include "decode.h"
+#include "asn1/decode.h"
 
 #include <errno.h>
 #include "common.h"
index dc013a5c7951ed93517a7c513c6b7990f4d70fa4..ee569be8d299cf0c3b4664b77d47a06bad5284a7 100644 (file)
@@ -1,4 +1,4 @@
-#include "oid.h"
+#include "asn1/oid.h"
 
 #include <errno.h>
 #include "alloc.h"
index 535b51d6e41fee352edf934d3e686f9ce674c2ee..c4e178e0a119a565b8864d1b09d619c3e7532d59 100644 (file)
@@ -6,7 +6,7 @@
 #include "alloc.h"
 #include "config.h"
 #include "log.h"
-#include "oid.h"
+#include "asn1/oid.h"
 #include "thread_var.h"
 #include "asn1/decode.h"
 #include "asn1/asn1c/ContentType.h"
index ea890692e9c1b434aaee2c250e673e84511e42c6..2fa87d6546ec9b1511c7d513608e1cc1721672dc 100644 (file)
@@ -1,4 +1,4 @@
-#include "base64.h"
+#include "crypto/base64.h"
 
 #include <openssl/err.h>
 #include <openssl/evp.h>
index 33cc64aa77a6c4d77d86e5e4b944d87605bb534a..a17f6dded2cf0031f6685a810564663463dd4b25 100644 (file)
@@ -1,4 +1,4 @@
-#include "hash.h"
+#include "crypto/hash.h"
 
 #include <errno.h>
 #include <openssl/evp.h>
index d1e127846a3e61d397ca9eefc6fbe8006aa231d3..26e9cea6301500305c844f2ce258c2455877abf5 100644 (file)
@@ -1,4 +1,4 @@
-#include "certificate.h"
+#include "object/certificate.h"
 
 #include <errno.h>
 #include <stdint.h> /* SIZE_MAX */
index 7a746585e347537d18541f739666c7d7a707b5a7..bd9093440bf5d7b17794c0ed6554f1771ba4df4f 100644 (file)
@@ -1,4 +1,4 @@
-#include "crl.h"
+#include "object/crl.h"
 
 #include <errno.h>
 #include <syslog.h>
index e67ecbd1274901c209f6c1ca75032c867961ee4a..797e28991db85f48f4e380e8065149f91b59b127 100644 (file)
@@ -4,7 +4,7 @@
 #include "thread_var.h"
 #include "asn1/oid.h"
 #include "object/signed_object.h"
-#include "vcard.h"
+#include "object/vcard.h"
 
 static int
 handle_vcard(struct signed_object *sobj)
index f1c5037a8f37f1e94de77ac65b4db02da96ebb43..ba0e476b89e6137d55ba4886e59bca1dc22b525b 100644 (file)
@@ -1,4 +1,4 @@
-#include "manifest.h"
+#include "object/manifest.h"
 
 #include <errno.h>
 
index 539f5c79aded08ebee82040bc3212340b5164f26..aa66e68bf74d8526dbe8c7b77bc512093b55cdc0 100644 (file)
@@ -1,4 +1,4 @@
-#include "signed_object.h"
+#include "object/signed_object.h"
 
 #include <errno.h>
 #include "log.h"
index 28781c22b9e4604b395fed3655abcb341e4df013..d02c9dfb4f79b0d57fb6bcd47ef4b015f9c45bc4 100644 (file)
@@ -1,4 +1,4 @@
-#include "tal.h"
+#include "object/tal.h"
 
 #include <errno.h>
 #include <pthread.h>
index 9d08edb72c1d703bed17ef9b4019f87824c7fa17..1a056a66c923ff4f57a71cd57f3b3405670abd84 100644 (file)
@@ -1,4 +1,4 @@
-#include "vcard.h"
+#include "object/vcard.h"
 
 #include <errno.h>
 #include <stdbool.h>
index 6b472064b596a508050b217de8d3c390c3c37c67..60df25c348cbbb4c7f50ccd96b5a41114e0ece03 100644 (file)
@@ -1,4 +1,4 @@
-#include "asn.h"
+#include "resource/asn.h"
 
 #include <errno.h>
 #include <limits.h>
index b1109dd0e4bd0bb8fc7127648b91d80b898d0828..4bab3fa3c5107057ffea1287d4164b241d25d657 100644 (file)
@@ -1,4 +1,4 @@
-#include "ip4.h"
+#include "resource/ip4.h"
 
 #include "sorted_array.h"
 
index 81ed83649204a7da33775167c61b775da470689c..83bfa2b36e5bf057e91533f2359cd3c047e7c502 100644 (file)
@@ -1,4 +1,4 @@
-#include "ip6.h"
+#include "resource/ip6.h"
 
 #include <string.h>
 #include "sorted_array.h"
index 0b03fa90d782519a4ee4af9bcaa90b620bdffbce..1d4a36d15796b84cd4a2b47b9131d0d49881afd2 100644 (file)
@@ -1,4 +1,4 @@
-#include "rrdp_loader.h"
+#include "rrdp/rrdp_loader.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 7d44259d8f3c4cc458a43d8f62c9ae40b5a10e36..b74c9abb25ab0a3354d6df6bdcc309892a8338a0 100644 (file)
@@ -1,4 +1,4 @@
-#include "rrdp_objects.h"
+#include "rrdp/rrdp_objects.h"
 
 #include <errno.h>
 #include <stdlib.h>
index 06c1b1ce654ef86710252ed3130511a056ca529a..3217afeb9b3e6be29ee0e191ed72c7466c2c04a7 100644 (file)
@@ -1,4 +1,4 @@
-#include "rrdp_parser.h"
+#include "rrdp/rrdp_parser.h"
 
 #include <libxml/xmlreader.h>
 #include <openssl/evp.h>
index cb51ad5c2ceac864919054f837eab7b369cf9f9e..8bcda2fb3e4d2dc24967419b774e39da7cd24fa2 100644 (file)
@@ -1,4 +1,4 @@
-#include "vrps.h"
+#include "rtr/db/vrps.h"
 
 #include <pthread.h>
 #include <string.h>
index 0ae225bd8a12189cb12ffa91c352bfdf46676ac0..825e0f84d445787794efc83811955614e55436f6 100644 (file)
@@ -1,8 +1,8 @@
-#include "err_pdu.h"
+#include "rtr/err_pdu.h"
 
 #include <unistd.h>
 #include "alloc.h"
-#include "pdu_sender.h"
+#include "rtr/pdu_sender.h"
 #include "log.h"
 
 typedef enum rtr_error_code {
index c61825158e0f26c0071cb8dbb5dcf3747919648a..7c9499049190619e1573a1334793f57c7dc1b221 100644 (file)
@@ -1,13 +1,13 @@
-#include "pdu_handler.h"
+#include "rtr/pdu_handler.h"
 
 #include <errno.h>
 #include <stddef.h>
 #include <unistd.h>
 
-#include "err_pdu.h"
+#include "rtr/err_pdu.h"
 #include "log.h"
-#include "pdu.h"
-#include "pdu_sender.h"
+#include "rtr/pdu.h"
+#include "rtr/pdu_sender.h"
 #include "rtr/db/vrps.h"
 
 #define WARN_UNEXPECTED_PDU(name, fd, request, pdu_name)               \
index ed0c6215d2d24f1d059ddaf5740b9978b8d30e2c..edc27865cfe024f4d0f3e3e554a74a2c7fd50975 100644 (file)
@@ -1,4 +1,4 @@
-#include "pdu_sender.h"
+#include "rtr/pdu_sender.h"
 
 #include <errno.h>
 #include <poll.h>
index 7036e4b9edbef6d8928ead169c57c6a6b3e9d9c3..af81c49365a17b765b4521ce29998941d9a96b49 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SRC_RTR_PDU_SENDER_H_
 #define SRC_RTR_PDU_SENDER_H_
 
-#include "pdu.h"
+#include "rtr/pdu.h"
 #include "types/router_key.h"
 #include "rtr/db/vrps.h"
 
index 1ad7a77f9a03003bc0c433c57425a3a4a138f316..84397b835de3b57158a34acc62bd1d030232611a 100644 (file)
@@ -1,8 +1,8 @@
-#include "pdu_serializer.h"
+#include "rtr/pdu_serializer.h"
 
 #include <stdlib.h>
 #include <string.h>
-#include "primitive_writer.h"
+#include "rtr/primitive_writer.h"
 
 static size_t
 serialize_pdu_header(struct pdu_header const *header, uint16_t union_value,
index d71af2959ffe23edcb6870db741176a054d37332..1e8425114e2a5865543afd28f7f3447a70d5b7eb 100644 (file)
@@ -1,4 +1,4 @@
-#include "primitive_reader.h"
+#include "rtr/primitive_reader.h"
 
 #include <err.h>
 #include <errno.h>
index 599d267df3d804a13c722c4834ebd2acc44b5bcc..4f5a8601119b3d10abea06dfc36c32ad9251d61f 100644 (file)
@@ -1,4 +1,4 @@
-#include "primitive_writer.h"
+#include "rtr/primitive_writer.h"
 
 unsigned char *
 write_int8(unsigned char *buf, uint8_t value)
index 12d357a889c12137017dbf436479f36457dc9d6d..4c50a370448ef3c7c158dd9cacad22ca44e19fa7 100644 (file)
@@ -1,4 +1,4 @@
-#include "rtr.h"
+#include "rtr/rtr.h"
 
 #include <errno.h>
 #include <fcntl.h>
index c35e5a4d7681ac35ee17899be56f559807bb0ce2..df71a2de7d245d5b902a9f3422f51b803c31877f 100644 (file)
@@ -1,4 +1,4 @@
-#include "relax_ng.h"
+#include "xml/relax_ng.h"
 
 #include <libxml/parser.h>
 #include <libxml/relaxng.h>