shithub: choc

Download patch

ref: c11a3b243ac088ad5f85e39098a75c93955beef7
parent: 708606ab83aee502a7c10dada1c25b47cb98fa1c
author: Jonathan Dowland <jon@dow.land>
date: Thu Feb 28 17:21:17 EST 2019

don't need string.h anymore

--- 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"