diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-01 16:03:18 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 10:38:58 +0100 |
commit | fac3bfa5cd96d9789cea2836cb4903580f8ce426 (patch) | |
tree | b37947586ac3a749ef17790116ede0f8c09ff2ed /src/libstrongswan/utils/enumerator.h | |
parent | 6ec60bb92bf2c6e4e564d5b55b25436c74485c56 (diff) | |
download | strongswan-fac3bfa5cd96d9789cea2836cb4903580f8ce426.tar.bz2 strongswan-fac3bfa5cd96d9789cea2836cb4903580f8ce426.tar.xz |
Fixing some includes by replacing <> with "".
I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths.
Diffstat (limited to 'src/libstrongswan/utils/enumerator.h')
-rw-r--r-- | src/libstrongswan/utils/enumerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/enumerator.h b/src/libstrongswan/utils/enumerator.h index 3056498b1..537bf69e1 100644 --- a/src/libstrongswan/utils/enumerator.h +++ b/src/libstrongswan/utils/enumerator.h @@ -23,7 +23,7 @@ typedef struct enumerator_t enumerator_t; -#include <utils.h> +#include "../utils.h" /** * Enumerate is simpler, but more flexible than iterator. |