VirtualBox

Changeset 76389 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Dec 23, 2018 1:39:48 AM (6 years ago)
Author:
vboxsync
Message:

VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetPortForwardString.cpp

    r69500 r76389  
    2929#include <iprt/cdefs.h>
    3030#include <iprt/cidr.h>
     31#include <iprt/ctype.h>
     32#include <iprt/err.h>
     33#include <iprt/getopt.h>
     34#include <iprt/net.h>
    3135#include <iprt/param.h>
    3236#include <iprt/path.h>
    3337#include <iprt/stream.h>
    3438#include <iprt/string.h>
    35 #include <iprt/net.h>
    36 #include <iprt/getopt.h>
    37 #include <iprt/ctype.h>
    38 
    3939
    4040#include <VBox/log.h>
     
    4343
    4444
     45/*********************************************************************************************************************************
     46*   Defined Constants And Macros                                                                                                 *
     47*********************************************************************************************************************************/
    4548#define PF_FIELD_SEPARATOR ':'
    4649#define PF_ADDRESS_FIELD_STARTS '['
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette