summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cesar/cp/eoc/sta/action/action.h11
-rw-r--r--cesar/cp/eoc/sta/action/assoc.h26
2 files changed, 1 insertions, 36 deletions
diff --git a/cesar/cp/eoc/sta/action/action.h b/cesar/cp/eoc/sta/action/action.h
index 168bed77a1..ae90ccb28f 100644
--- a/cesar/cp/eoc/sta/action/action.h
+++ b/cesar/cp/eoc/sta/action/action.h
@@ -15,17 +15,8 @@
*/
#include "cp/sta/action/action.h"
-#include "cp/eoc/sta/action/assoc.h"
#include "cp/eoc/sta/action/assoc_slave.h"
#include "cp/eoc/sta/action/drv.h"
#include "cp/eoc/sta/action/vs.h"
-BEGIN_DECLS
-
-/* Declared in VARIANT :
- * - cp_sta_action_init
- */
-
-END_DECLS
-
-#endif
+#endif /* cp_eoc_sta_action_action_h */
diff --git a/cesar/cp/eoc/sta/action/assoc.h b/cesar/cp/eoc/sta/action/assoc.h
deleted file mode 100644
index 0549ffab1f..0000000000
--- a/cesar/cp/eoc/sta/action/assoc.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef cp_eoc_sta_action_assoc_h
-#define cp_eoc_sta_action_assoc_h
-/* Cesar project {{{
- *
- * Copyright (C) 2009 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file cp/sta/eoc/action/assoc.h
- * \brief STA action, association related definitions.
- * \ingroup cp_eoc_sta_action
- *
- */
-
-BEGIN_DECLS
-
-/* Declared in VARIANT :
- * - cp_eoc_sta_action_assoc_init
- * - cp_eoc_sta_action_assoc__start_retry_timer
- */
-
-END_DECLS
-
-#endif /* cp_eoc_sta_action_assoc_h */