From 06187745af370825a32e272340e716b65030252a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 12 Jan 2014 00:13:22 -0500 Subject: [PATCH] * commands.c: [SV 40789] Remove unneeded header dlfcn.h --- commands.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands.c b/commands.c index f9103584..eda75df7 100644 --- a/commands.c +++ b/commands.c @@ -14,8 +14,6 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include - #include "makeint.h" #include "filedef.h" #include "dep.h"