diff --git a/backend/src/cryptography.hpp b/backend/src/cryptography.hpp index 32a6f1d..dd0dfe9 100644 --- a/backend/src/cryptography.hpp +++ b/backend/src/cryptography.hpp @@ -1,6 +1,5 @@ #include #include -#include #include #ifndef CRYPTOGRAPHY_H diff --git a/backend/src/main.cpp b/backend/src/main.cpp index a5a45ce..21d639e 100644 --- a/backend/src/main.cpp +++ b/backend/src/main.cpp @@ -94,7 +94,6 @@ int main(int argc, char *argv[]) throw std::invalid_argument("Passwords and/or secret key table does not exist. Use --build to create a new database"); } } - db.printTable("passwords"); // Enable CORS crow::App app; diff --git a/backend/src/password.cpp b/backend/src/password.cpp index 19208d0..4a5c01f 100644 --- a/backend/src/password.cpp +++ b/backend/src/password.cpp @@ -1,4 +1,3 @@ -#include #include "password.hpp" namespace password