[Openvpn-devel] [XS] Change in openvpn[master]: win32-util.h: Fix includes
"cron2 \(Code Review\) via Openvpn-devel" <[email protected]>
| Newsgroups | net.sourceforge.lists.openvpn-devel |
|---|---|
| Message-ID | <[email protected]> |
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/1779?usp=email ) Change subject: win32-util.h: Fix includes ...................................................................... win32-util.h: Fix includes This file includes various headers but then doesn't use anything from them. It does not include the header (buffer.h) it actually uses. Change-Id: Ie44556f5ece28b54cc657fa86261b827efb42467 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Razvan Cojocaru <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1779 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg38331.html Signed-off-by: Gert Doering <[email protected]> --- M src/openvpn/win32-util.h 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/openvpn/win32-util.h b/src/openvpn/win32-util.h index 4849ea9..fb83762 100644 --- a/src/openvpn/win32-util.h +++ b/src/openvpn/win32-util.h @@ -24,11 +24,7 @@ #ifndef OPENVPN_WIN32_UTIL_H #define OPENVPN_WIN32_UTIL_H -#include <winioctl.h> - -#include "mtu.h" -#include "openvpn-msg.h" -#include "argv.h" +#include "buffer.h" /* Convert a string from UTF-8 to UCS-2 */ WCHAR *wide_string(const char *utf8, struct gc_arena *gc); -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1779?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ie44556f5ece28b54cc657fa86261b827efb42467 Gerrit-Change-Number: 1779 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-Reviewer: razvanc <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel