changeset 1413:0185bf5819c0

No need to include errno.h here.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Nov 2017 03:53:03 +0200
parents c386d287fa1e
children d6ee4dcef692
files tools/dumpmod.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <errno.h>
 #include "dmargs.h"
 #include "dmmutex.h"