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.
This commit is contained in:
Tobias Brunner
2010-03-02 10:38:58 +01:00
parent 6ec60bb92b
commit fac3bfa5cd
17 changed files with 38 additions and 44 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#include "printf_hook.h"
#include <utils.h>
#include <debug.h>
#include "utils.h"
#include "debug.h"
#include <stdio.h>
#include <stdarg.h>