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
@@ -21,8 +21,8 @@
#ifndef INTEGRITY_CHECKER_H_
#define INTEGRITY_CHECKER_H_
#include <utils.h>
#include <plugins/plugin.h>
#include "utils.h"
#include "plugins/plugin.h"
typedef struct integrity_checker_t integrity_checker_t;
typedef struct integrity_checksum_t integrity_checksum_t;