foxygit / doom Log in
commit c11a3b243ac088ad5f85e39098a75c93955beef7
Author:     Jonathan Dowland <jon@dow.land>
AuthorDate: Thu Feb 28 22:21:17 2019 +0000
Commit:     Jonathan Dowland <jon@dow.land>
CommitDate: Thu Feb 28 22:21:17 2019 +0000

    don't need string.h anymore
---
 src/net_petname.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/net_petname.c b/src/net_petname.c
index 28ef52ea..db6600db 100644
--- a/src/net_petname.c
+++ b/src/net_petname.c
@@ -17,7 +17,6 @@

 #include <stdlib.h>
 #include <time.h>
-#include <string.h>
 #include "doomtype.h"
 #include "m_misc.h"