]> granicus.if.org Git - mutt/commitdiff
remove redundant #include statements
authorMichael Elkins <me@sigpipe.org>
Thu, 20 Dec 2012 22:44:33 +0000 (14:44 -0800)
committerMichael Elkins <me@sigpipe.org>
Thu, 20 Dec 2012 22:44:33 +0000 (14:44 -0800)
menu.c

diff --git a/menu.c b/menu.c
index 8783ad502d08b464b6d6d5dccc4b02b3c8fa5308..e3f0e9244fc6c1683e2d1a17e4aa7ee178e90c8d 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -25,9 +25,6 @@
 #include "mutt_menu.h"
 #include "mbyte.h"
 
-#include <string.h>
-#include <stdlib.h>
-
 extern size_t UngetCount;
 
 char* SearchBuffers[MENU_MAX];