diff options
| author | 2023-09-03 18:40:03 +0100 | |
|---|---|---|
| committer | 2023-09-03 18:46:48 +0100 | |
| commit | 2f36d0aa2da8b03d525b484228813fbb35f3e35e (patch) | |
| tree | 56a8d2438910db8f7cee76b77b0a9479956adda9 /src/modules/extra | |
| parent | Release v4.0.0 alpha 24. (diff) | |
Move TokenList back to its own header and move INSP_FORMAT to compat.
This allows making stringutils an optional header given that most
of it is not used by most of the codebase.
Diffstat (limited to 'src/modules/extra')
| -rw-r--r-- | src/modules/extra/m_ssl_gnutls.cpp | 1 | ||||
| -rw-r--r-- | src/modules/extra/m_ssl_mbedtls.cpp | 1 | ||||
| -rw-r--r-- | src/modules/extra/m_ssl_openssl.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index 1a0c3a152..c663b656b 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -41,6 +41,7 @@ #include "inspircd.h" #include "modules/ssl.h" +#include "stringutils.h" #include "timeutils.h" #include "utility/string.h" diff --git a/src/modules/extra/m_ssl_mbedtls.cpp b/src/modules/extra/m_ssl_mbedtls.cpp index 54af321fb..04fc427eb 100644 --- a/src/modules/extra/m_ssl_mbedtls.cpp +++ b/src/modules/extra/m_ssl_mbedtls.cpp @@ -28,6 +28,7 @@ #include "inspircd.h" #include "modules/ssl.h" +#include "stringutils.h" #include "timeutils.h" #include "utility/string.h" diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index 6f6b27868..948c1a3e9 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -43,6 +43,7 @@ #include "inspircd.h" #include "iohook.h" #include "modules/ssl.h" +#include "stringutils.h" #include "timeutils.h" #include "utility/string.h" |
