From 52ba2de51fa3178963b418303b747146a0431afd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 2 Aug 2024 11:31:59 -0500 Subject: [PATCH] refactor --- repertory/librepertory/include/utils/encrypt.hpp | 1 - repertory/librepertory/include/utils/encrypting_reader.hpp | 1 - repertory/librepertory/src/utils/encrypting_reader.cpp | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/repertory/librepertory/include/utils/encrypt.hpp b/repertory/librepertory/include/utils/encrypt.hpp index 3bb1848e..f474cace 100644 --- a/repertory/librepertory/include/utils/encrypt.hpp +++ b/repertory/librepertory/include/utils/encrypt.hpp @@ -24,7 +24,6 @@ #include "types/repertory.hpp" #include "utils/encryption.hpp" -#include "utils/encrypting_reader.hpp" namespace repertory::utils::encryption { using reader_func = std::function