diff options
Diffstat (limited to 'Source/charon/payloads/transform_attribute.c')
-rw-r--r-- | Source/charon/payloads/transform_attribute.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/payloads/transform_attribute.c b/Source/charon/payloads/transform_attribute.c index 3aa1af7da..4fdcf38d9 100644 --- a/Source/charon/payloads/transform_attribute.c +++ b/Source/charon/payloads/transform_attribute.c @@ -27,9 +27,9 @@ #include "transform_attribute.h" -#include "encodings.h" -#include "../types.h" -#include "../utils/allocator.h" +#include <payloads/encodings.h> +#include <types.h> +#include <utils/allocator.h> /** * Private data of an transform_attribute_t Object |