diff --git a/dlls/icmp/icmp_main.c b/dlls/icmp/icmp_main.c index 80f56150ed6..c9b1af05fab 100644 --- a/dlls/icmp/icmp_main.c +++ b/dlls/icmp/icmp_main.c @@ -68,8 +68,8 @@ #endif #include "winerror.h" -#include "wine/ipexport.h" -#include "wine/icmpapi.h" +#include "ipexport.h" +#include "icmpapi.h" #include "wine/debug.h" /* Set up endiannes macros for the ip and ip_icmp BSD headers */ diff --git a/include/Makefile.in b/include/Makefile.in index e80b6992184..caef4a45f2a 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -40,10 +40,12 @@ WINDOWS_INCLUDES = \ fci.h \ fdi.h \ guiddef.h \ + icmpapi.h \ imagehlp.h \ imm.h \ initguid.h \ instance.h \ + ipexport.h \ lm.h \ lmaccess.h \ lmapibuf.h \ @@ -184,8 +186,6 @@ MSVCRT_INCLUDES = \ WINE_INCLUDES = \ debug.h \ exception.h \ - icmpapi.h \ - ipexport.h \ library.h \ obj_base.h \ obj_cache.h \ diff --git a/include/wine/icmpapi.h b/include/icmpapi.h similarity index 85% rename from include/wine/icmpapi.h rename to include/icmpapi.h index ba8fab0d735..7020ad98ce2 100644 --- a/include/wine/icmpapi.h +++ b/include/icmpapi.h @@ -1,11 +1,6 @@ /* * Interface to the ICMP functions. * - * This header is not part of the standard headers, it is usually - * delivered separately and this is why it is not directly in 'include'. - * - * Depends on ipexport.h (there is no include directive in the original) - * * Copyright (C) 1999 Francois Gouget * * This library is free software; you can redistribute it and/or @@ -26,7 +21,6 @@ #ifndef __WINE_ICMPAPI_H #define __WINE_ICMPAPI_H -#include "wine/ipexport.h" #include "windef.h" HANDLE WINAPI IcmpCreateFile( diff --git a/include/wine/ipexport.h b/include/ipexport.h similarity index 96% rename from include/wine/ipexport.h rename to include/ipexport.h index 371404e90dd..31de4b1e21e 100644 --- a/include/wine/ipexport.h +++ b/include/ipexport.h @@ -1,9 +1,6 @@ /* * Defines the types and macros used by the ICMP API, see icmpapi.h. * - * This header is not part of the standard headers, it is usually - * delivered separately and this is why it is not directly in 'include'. - * * Copyright (C) 1999 Francois Gouget * * This library is free software; you can redistribute it and/or