diff options
Diffstat (limited to 'plugins/Dbx_tree/src/EncryptionManager.h')
-rw-r--r-- | plugins/Dbx_tree/src/EncryptionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_tree/src/EncryptionManager.h b/plugins/Dbx_tree/src/EncryptionManager.h index a90a47c960..5bd04360a2 100644 --- a/plugins/Dbx_tree/src/EncryptionManager.h +++ b/plugins/Dbx_tree/src/EncryptionManager.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "sigslot.h"
#define __INTERFACE_ONLY__
-#include "../encryption/Common/Cipher.h"
+#include "Cipher.h"
#undef __INTERFACE_ONLY__
#include "SHA256.h"
|