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/parser.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/parser.c')
-rw-r--r-- | Source/charon/parser.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/charon/parser.c b/Source/charon/parser.c index 35c9dd785..b1f0c069b 100644 --- a/Source/charon/parser.c +++ b/Source/charon/parser.c @@ -23,12 +23,13 @@ #include <stdlib.h> #include <arpa/inet.h> -#include "allocator.h" +#include "parser.h" + +#include "types.h" #include "definitions.h" #include "globals.h" -#include "types.h" -#include "parser.h" -#include "logger.h" +#include "utils/allocator.h" +#include "utils/logger.h" /** * @private data stored in a context |