diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 09:24:35 +0000 |
commit | 021c2322327fafc22858bc26218899d442a2ef77 (patch) | |
tree | b01402819c16fe8c3ae6e0a33f7944d62873c84c /Source/charon/globals.h | |
parent | 94852e75500422a2cacd70a6863b8876035f5e58 (diff) | |
download | strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.bz2 strongswan-021c2322327fafc22858bc26218899d442a2ef77.tar.xz |
- changed include paths
Diffstat (limited to 'Source/charon/globals.h')
-rw-r--r-- | Source/charon/globals.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/charon/globals.h b/Source/charon/globals.h index 96d5e164b..137ac0d92 100644 --- a/Source/charon/globals.h +++ b/Source/charon/globals.h @@ -23,13 +23,13 @@ #ifndef GLOBALS_H_ #define GLOBALS_H_ -#include "socket.h" -#include "queues/send_queue.h" -#include "queues/job_queue.h" -#include "queues/event_queue.h" -#include "utils/logger_manager.h" -#include "ike_sa_manager.h" -#include "configuration_manager.h" +#include <socket.h> +#include <ike_sa_manager.h> +#include <queues/send_queue.h> +#include <queues/job_queue.h> +#include <queues/event_queue.h> +#include <utils/logger_manager.h> +#include <configuration_manager.h> extern socket_t *global_socket; |