VirtualBox

Changeset 76417 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Dec 23, 2018 6:59:47 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127718
Message:

iprt/errcore.h,*: Duplicate some of the most frequently used status codes in the errcore.h header, letting once.h, rest.h and others avoid iprt/err.h and thereby reducing err.h rebuild time (openssl includes once.h for everything). bugref:9344

Location:
trunk/include/iprt/cpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/path.h

    r76369 r76417  
    2828
    2929#include <iprt/assert.h>
    30 #include <iprt/err.h>
     30#include <iprt/errcore.h>
    3131#include <iprt/path.h>
    3232#include <iprt/cpp/ministring.h>
  • trunk/include/iprt/cpp/restbase.h

    r76355 r76417  
    2929#include <iprt/cdefs.h>
    3030#include <iprt/types.h>
    31 #include <iprt/err.h> /* VERR_NO_MEMORY */
     31#include <iprt/errcore.h> /* VERR_NO_MEMORY */
    3232#include <iprt/json.h>
    3333#include <iprt/stdarg.h>
Note: See TracChangeset for help on using the changeset viewer.

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