diff options
Diffstat (limited to 'Source/charon/transforms/diffie_hellman.h')
-rw-r--r-- | Source/charon/transforms/diffie_hellman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h index f0fb58972..ff3921e44 100644 --- a/Source/charon/transforms/diffie_hellman.h +++ b/Source/charon/transforms/diffie_hellman.h @@ -23,8 +23,8 @@ #ifndef DIFFIE_HELLMAN_H_ #define DIFFIE_HELLMAN_H_ -#include "../types.h" -#include "../payloads/transform_substructure.h" +#include <types.h> +#include <payloads/transform_substructure.h> /** * Object representing a diffie hellman exchange |