diff options
author | Arnavion <arnavion@gmail.com> | 2013-09-15 15:08:10 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-09-15 15:08:40 -0700 |
commit | 648de4410ceeafdea63b37df43bb7e6d219a5b96 (patch) | |
tree | ad928424adb6f1f4a8256d34e3cd0cc0222dd61c /plugins/fishlim/keystore.h | |
parent | b658fca4a72c2aca810a8a1f53e4f3b2c924380d (diff) |
plugins: fishlim: VS2013 comes with a working stdbool.h
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); |