]> Kevux Git Server - fll/commitdiff
Cleanup: remove duplicate string.h include
authorKevin Day <kevin@kevux.org>
Sat, 10 Mar 2012 16:55:35 +0000 (10:55 -0600)
committerKevin Day <kevin@kevux.org>
Sat, 10 Mar 2012 16:55:35 +0000 (10:55 -0600)
level_0/f_memory/c/memory.h

index 1b466b5a5d57b897670cec381fd59c72611809af..34ad682b557fa8dd47e7e124ffc439b021a78511 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <malloc.h>
-#include <string.h>
 
 // fll includes
 #include <level_0/errors.h>