diff options
| author | 2021-03-05 08:39:42 +0000 | |
|---|---|---|
| committer | 2021-03-05 09:17:13 +0000 | |
| commit | 2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 (patch) | |
| tree | 74d565304ac68244d655a257ce27fe8a920fe510 /include/threadengine.h | |
| parent | Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps. (diff) | |
Fix a bunch of really obvious unnecessary includes.
Diffstat (limited to 'include/threadengine.h')
| -rw-r--r-- | include/threadengine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index 73aafe7aa..0c2d26ce6 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -23,10 +23,6 @@ #pragma once -#include <vector> -#include <string> -#include <map> -#include "config.h" #include "base.h" /** Derive from this class to implement your own threaded sections of |
