Include library.h in plugin.h
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user