aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/identification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/utils/identification.h')
-rw-r--r--src/libstrongswan/utils/identification.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h
index 0d2bc794e..8d8b59935 100644
--- a/src/libstrongswan/utils/identification.h
+++ b/src/libstrongswan/utils/identification.h
@@ -25,7 +25,10 @@
#ifndef IDENTIFICATION_H_
#define IDENTIFICATION_H_
-#include "types.h"
+typedef enum id_type_t id_type_t;
+typedef struct identification_t identification_t;
+
+#include <types.h>
#define MAX_WILDCARDS 14
/**
@@ -33,8 +36,6 @@
*/
#define IDENTIFICATION_PRINTF_SPEC 'D'
-typedef enum id_type_t id_type_t;
-
/**
* @brief ID Types in a ID payload.
*
@@ -120,8 +121,6 @@ enum id_type_t {
*/
extern enum_name_t *id_type_names;
-typedef struct identification_t identification_t;
-
/**
* @brief Generic identification, such as used in ID payload.
*