Fix cyclic header dependency problem
parent
5c472203d7
commit
468b5afc15
|
@ -35,6 +35,7 @@ typedef action_result (*action_func)(struct server *srv, struct connection *con,
|
|||
|
||||
#include "condition.h"
|
||||
#include "plugin.h"
|
||||
#include "options.h"
|
||||
|
||||
struct action_list {
|
||||
gint refcount;
|
||||
|
|
|
@ -16,7 +16,7 @@ typedef struct option option;
|
|||
struct option_set;
|
||||
typedef struct option_set option_set;
|
||||
|
||||
#include "base.h"
|
||||
#include "settings.h"
|
||||
|
||||
struct option {
|
||||
option_type type;
|
||||
|
|
Loading…
Reference in New Issue