Moved data structures to new collections subfolder
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <debug.h>
|
||||
#include <daemon.h>
|
||||
#include <utils/hashtable.h>
|
||||
#include <collections/hashtable.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <credentials/certificates/x509.h>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct certexpire_export_t certexpire_export_t;
|
||||
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
/**
|
||||
* Caches and exports trustchain information to CSV files.
|
||||
|
||||
Reference in New Issue
Block a user