diff options
Diffstat (limited to 'plugins/fishlim/keystore.h')
-rw-r--r-- | plugins/fishlim/keystore.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/fishlim/keystore.h b/plugins/fishlim/keystore.h index edf54992..a2c33f02 100644 --- a/plugins/fishlim/keystore.h +++ b/plugins/fishlim/keystore.h @@ -25,11 +25,7 @@ #ifndef KEYSTORE_H #define KEYSTORE_H -#ifdef _MSC_VER -#include "bool.h" -#else #include <stdbool.h> -#endif #include <stddef.h> char *keystore_get_key(const char *nick); |