Changeset 102348 in vbox
- Timestamp:
- Nov 27, 2023 7:04:29 PM (12 months ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.cpp
r102212 r102348 41 41 #include "nsDebugImpl.h" 42 42 #include "nsDebug.h" 43 #include "prprf.h"44 43 #include "plstr.h" 45 44 #include "nsError.h" -
trunk/src/libs/xpcom18a4/xpcom/base/nsTraceRefcntImpl.cpp
r102175 r102348 43 43 #include "nsISupports.h" 44 44 #include "nsVoidArray.h" 45 #include "prprf.h"46 45 #include "plstr.h" 47 46 #include <stdlib.h> -
trunk/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.cpp
r102237 r102348 43 43 44 44 #include "plarena.h" 45 #include "prprf.h"46 45 #include "nsCOMPtr.h" 47 46 #include "nsTHashtable.h" -
trunk/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEventObject.cpp
r102058 r102348 37 37 * ***** END LICENSE BLOCK ***** */ 38 38 39 #include "prprf.h"40 39 #include "prmem.h" 41 40 -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiprivate.h
r102329 r102348 79 79 #include "pldhash.h" 80 80 #include "plstr.h" 81 #include "prprf.h"82 81 #include "prtime.h" 83 82 -
trunk/src/libs/xpcom18a4/xpcom/tests/TestObserverService.cpp
r86420 r102348 44 44 #include "nsString.h" 45 45 #include "nsReadableUtils.h" 46 #include "prprf.h"47 46 #include "nsWeakReference.h" 48 47 -
trunk/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/xpt_dump.c
r40045 r102348 54 54 #include <stdlib.h> 55 55 #include <string.h> 56 #include "prprf.h"57 56 58 57 #define BASE_INDENT 3
Note:
See TracChangeset
for help on using the changeset viewer.