From: Paul Smith Date: Sun, 12 Jan 2014 05:13:22 +0000 (-0500) Subject: * commands.c: [SV 40789] Remove unneeded header dlfcn.h X-Git-Tag: 4.1~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24620378ba580ba0a85ec5bd8ac33c171fc3be29;p=thirdparty%2Fmake.git * commands.c: [SV 40789] Remove unneeded header dlfcn.h --- diff --git a/commands.c b/commands.c index 7c7eabfd..0dbb99c0 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"