[patch] Remove stdlib.h

Bernhard Walle bwalle at suse.de
Fri Nov 28 04:23:11 EST 2008


This patch just removes stdlib.h reference in makedumpfile.c.
It's already included in makedumpfile.h.


Signed-off-by: Bernhard Walle <bwalle at suse.de>

---
 makedumpfile.c |    1 -
 1 file changed, 1 deletion(-)

--- a/makedumpfile.c
+++ b/makedumpfile.c
@@ -13,7 +13,6 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  */
-#include <stdlib.h>
 #include "makedumpfile.h"
 
 struct symbol_table	symbol_table;



More information about the kexec mailing list