# HG changeset patch # User Matti Hamalainen # Date 1509846783 -7200 # Node ID 0185bf5819c051993c35e9e506185acab72c18ee # Parent c386d287fa1e4ad85a0d6e1b6e5ff6e6d96393aa No need to include errno.h here. diff -r c386d287fa1e -r 0185bf5819c0 tools/dumpmod.c --- a/tools/dumpmod.c Sun Nov 05 03:52:37 2017 +0200 +++ b/tools/dumpmod.c Sun Nov 05 03:53:03 2017 +0200 @@ -7,7 +7,6 @@ */ #include "jss.h" #include "jssmod.h" -#include #include "dmargs.h" #include "dmmutex.h"