From aa3016db99f11701ae1527528ddbc452cbe4297d Mon Sep 17 00:00:00 2001
From: epoch <epoch@hacking.allowed.org>
Date: Sun, 24 Dec 2017 04:59:11 -0600
Subject: string.h in the wrong spot. ogh.

---
 src/hackvr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/hackvr.c b/src/hackvr.c
index bd8ca72..ae7ca8a 100644
--- a/src/hackvr.c
+++ b/src/hackvr.c
@@ -1,6 +1,5 @@
 #define _POSIX_C_SOURCE 200809L //for fileno and strdup
 #include <stdio.h>
-#include <string.h>
 #include <fcntl.h>
 #include <assert.h>
 #include <unistd.h>
-- 
cgit v1.2.3