diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
commit | 8887824292e9d5657b157067531c1b8b207ab03a (patch) | |
tree | a91dcf05de9199373c2ad8a9e054f3801918ca91 /Source/charon/message.c | |
parent | b85d20d117ec19eaaef9fdab7f078b89ea2de242 (diff) | |
download | strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.bz2 strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.xz |
- logger in utils
- allocator in utils
- tests.c -> testcases/testcases.c
Diffstat (limited to 'Source/charon/message.c')
-rw-r--r-- | Source/charon/message.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/message.c b/Source/charon/message.c index f6aa1fa6d..46a8e9122 100644 --- a/Source/charon/message.c +++ b/Source/charon/message.c @@ -24,11 +24,11 @@ #include "message.h" -#include "allocator.h" #include "types.h" #include "ike_sa_id.h" #include "utils/linked_list.h" -#include "encodings.h" +#include "utils/allocator.h" +#include "encodings/encodings.h" /** * Entry for a payload in the internal used linked list |