VirtualBox

Changeset 95811 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2022 1:21:15 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/logrel.cpp: Removed a bunch of unnecessary includes. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/logrel.cpp

    r93115 r95811  
    3131#include <iprt/log.h>
    3232#include "internal/iprt.h"
    33 
    34 #ifndef IN_RC
    35 # include <iprt/alloc.h>
    36 # include <iprt/process.h>
    37 # include <iprt/semaphore.h>
    38 # include <iprt/thread.h>
    39 # include <iprt/mp.h>
    40 #endif
    41 #ifdef IN_RING3
    42 # include <iprt/file.h>
    43 # include <iprt/path.h>
    44 #endif
    45 #include <iprt/time.h>
    46 #include <iprt/asm.h>
    47 #include <iprt/assert.h>
    48 #include <iprt/errcore.h>
    49 #include <iprt/param.h>
    50 
    51 #include <iprt/stdarg.h>
    52 #include <iprt/string.h>
    53 #include <iprt/ctype.h>
    54 #ifdef IN_RING3
    55 # include <iprt/alloca.h>
    56 # include <stdio.h>
    57 #endif
    5833
    5934
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