summaryrefslogtreecommitdiff
path: root/src/completions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/completions.c')
-rw-r--r--src/completions.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/completions.c b/src/completions.c
index 4143b2d..7320ae5 100644
--- a/src/completions.c
+++ b/src/completions.c
@@ -18,12 +18,7 @@
* Boston, MA 02111-1307 USA
*/
-/*
- * Per POSIX strcasestr should be declared in strings.h
- * glibc declares it in string.h instead and needs _GNU_SOURCE
- */
#define _GNU_SOURCE
-#include <strings.h>
#include <string.h>
#include "ratpoison.h"