Skip to content

Commit

Permalink
Update library.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
softbf395 authored Oct 11, 2024
1 parent d50b5d9 commit 0bd0de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <sql.h> // SQL library (for database access, if needed)
#include <json.h> // JSON library (if you need to handle JSON)
#include <zip.h> // Zip library (if you need zip functionalities)
#include <aes.h> // AES encryption library (if needed)
#include <ext.h> // External library (if you have a custom extension)
#include <python.h> // Python library (if you're embedding Python)
#include <libcrypto.h> // OpenSSL crypto functions (if needed)
Expand Down

0 comments on commit 0bd0de4

Please sign in to comment.