Remove again, not needed

This commit is contained in:
Holger Vogt 2024-12-07 23:00:10 +01:00
parent 8e9a115aa9
commit 8b5a046cdb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Author: 1985 Wayne A. Christopher
/* Note: Must include shlwapi.h before ngspice header defining bool due
* to conflict */
#include <stdio.h>
#include <stdbool.h>
#ifdef _WIN32
#include <shlwapi.h> /* for definition of PathIsRelativeA() */
#pragma comment(lib, "Shlwapi.lib")