summary refs log tree commit diff stats
path: root/plugins/fishlim/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fishlim/fish.h')
-rw-r--r--plugins/fishlim/fish.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/fishlim/fish.h b/plugins/fishlim/fish.h
index 5a4e85d0..db471326 100644
--- a/plugins/fishlim/fish.h
+++ b/plugins/fishlim/fish.h
@@ -25,11 +25,7 @@
 #ifndef FISH_H
 #define FISH_H
 
-#ifdef _MSC_VER
-#include "bool.h"
-#else
 #include <stdbool.h>
-#endif
 #include <stddef.h>
 
 char *fish_encrypt(const char *key, size_t keylen, const char *message);