Cygwin: Drop pointless loadlib.h includes in utilities

These utilities used to LoadLibrary()/GetProcAddress(), but don't
anymore.
This commit is contained in:
Jon Turney 2021-04-30 14:50:02 +01:00
parent e1ce752a1d
commit f344134a19
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
4 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@ details. */
#include <ntdll.h>
#include "wide_path.h"
#include "loadlib.h"
static char *prog_name;
static char *file_arg, *output_arg;

View File

@ -12,7 +12,6 @@ details. */
#include <windows.h>
#define PSAPI_VERSION 1
#include <psapi.h>
#include "loadlib.h"
/* Returns full name of Dll, which is loaded by hProcess at BaseAddress.
Uses psapi.dll. */

View File

@ -28,7 +28,6 @@ details. */
#ifdef FSTAB_ONLY
#include <sys/cygwin.h>
#endif
#include "loadlib.h"
#ifndef FSTAB_ONLY
/* Used when treating / and \ as equivalent. */

View File

@ -21,7 +21,6 @@ details. */
#include <cygwin/version.h>
#include <ntdef.h>
#include <ntdll.h>
#include "loadlib.h"
/* Maximum possible path length under NT. There's no official define
for that value. Note that PATH_MAX is only 4K. */