summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-01-12 00:13:22 -0500
committerPaul Smith <psmith@gnu.org>2014-01-12 10:54:59 -0500
commit24620378ba580ba0a85ec5bd8ac33c171fc3be29 (patch)
treebfdf7cce800de251988c1e471a000900bee1aedd
parent9c8b68a905871882905fad6ca72c499a98bc2513 (diff)
downloadgunmake-24620378ba580ba0a85ec5bd8ac33c171fc3be29.tar.gz
* commands.c: [SV 40789] Remove unneeded header dlfcn.h
-rw-r--r--commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index 7c7eabf..0dbb99c 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 <http://www.gnu.org/licenses/>. */
-#include <dlfcn.h>
-
#include "makeint.h"
#include "filedef.h"
#include "dep.h"