diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-05 08:39:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-05 09:17:13 +0000 |
commit | 2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 (patch) | |
tree | 74d565304ac68244d655a257ce27fe8a920fe510 /include/inspstring.h | |
parent | 9d26c40d1bd8ab4691619ebc0447d29281463cb1 (diff) |
Fix a bunch of really obvious unnecessary includes.
Diffstat (limited to 'include/inspstring.h')
-rw-r--r-- | include/inspstring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/inspstring.h b/include/inspstring.h index de0f8be42..17093eb7c 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -27,8 +27,6 @@ #pragma once -// This (config) is needed as inspstring doesn't pull in the central header -#include "config.h" #include <cstring> /** Sets ret to the formatted string. last is the last parameter before ..., and format is the format in printf-style */ |