Include library.h in plugin.h
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "daemon.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <plugins/plugin.h>
|
||||
#include <config/proposal.h>
|
||||
#include <kernel/kernel_handler.h>
|
||||
#include <processing/jobs/start_action_job.h>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <hydra.h>
|
||||
#include <daemon.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <plugins/plugin.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
#include <credentials/certificates/ac.h>
|
||||
#include <credentials/certificates/crl.h>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#define INTEGRITY_CHECKER_H_
|
||||
|
||||
#include "utils.h"
|
||||
#include "plugins/plugin.h"
|
||||
|
||||
typedef struct integrity_checker_t integrity_checker_t;
|
||||
typedef struct integrity_checksum_t integrity_checksum_t;
|
||||
|
||||
@@ -72,7 +72,6 @@
|
||||
#include "chunk.h"
|
||||
#include "settings.h"
|
||||
#include "integrity_checker.h"
|
||||
#include "plugins/plugin_loader.h"
|
||||
#include "processing/processor.h"
|
||||
#include "processing/scheduler.h"
|
||||
#include "crypto/crypto_factory.h"
|
||||
@@ -82,6 +81,7 @@
|
||||
#include "credentials/credential_manager.h"
|
||||
#include "credentials/cred_encoding.h"
|
||||
#include "utils/leak_detective.h"
|
||||
#include "plugins/plugin_loader.h"
|
||||
|
||||
typedef struct library_t library_t;
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#define PLUGIN_H_
|
||||
|
||||
#include "../utils.h"
|
||||
#include <library.h>
|
||||
|
||||
typedef struct plugin_t plugin_t;
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
#include <credentials/certificates/certificate.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
#include <credentials/certificates/pkcs10.h>
|
||||
#include <plugins/plugin.h>
|
||||
|
||||
#include "../pluto/constants.h"
|
||||
#include "../pluto/defs.h"
|
||||
|
||||
Reference in New Issue
Block a user