diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
commit | 021c2322327fafc22858bc26218899d442a2ef77 (patch) | |
tree | b01402819c16fe8c3ae6e0a33f7944d62873c84c /Source/charon/message.h | |
parent | 94852e75500422a2cacd70a6863b8876035f5e58 (diff) | |
download | strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.bz2 strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.xz |
- changed include paths
Diffstat (limited to 'Source/charon/message.h')
-rw-r--r-- | Source/charon/message.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/charon/message.h b/Source/charon/message.h index fba719c5d..4850250fd 100644 --- a/Source/charon/message.h +++ b/Source/charon/message.h @@ -23,11 +23,11 @@ #ifndef MESSAGE_H_ #define MESSAGE_H_ -#include "types.h" -#include "packet.h" -#include "ike_sa_id.h" -#include "payloads/ike_header.h" -#include "utils/linked_list.h" +#include <types.h> +#include <packet.h> +#include <ike_sa_id.h> +#include <payloads/ike_header.h> +#include <utils/linked_list.h> |