1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

* commands.c: [SV 40789] Remove unneeded header dlfcn.h

This commit is contained in:
Paul Smith 2014-01-12 00:13:22 -05:00
parent 9c8b68a905
commit 24620378ba

View File

@ -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"