Moved data structures to new collections subfolder
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "pkcs11_manager.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_pkcs11_creds_t private_pkcs11_creds_t;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <library.h>
|
||||
#include <debug.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_pkcs11_library_t private_pkcs11_library_t;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ typedef struct pkcs11_library_t pkcs11_library_t;
|
||||
|
||||
#include <enum.h>
|
||||
#include <chunk.h>
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
|
||||
/**
|
||||
* Optional PKCS#11 features some libraries support, some not
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "pkcs11_manager.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/thread.h>
|
||||
|
||||
#include "pkcs11_library.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <library.h>
|
||||
#include <debug.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <threading/rwlock.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user