Changeset 79904 in vbox
- Timestamp:
- Jul 19, 2019 7:34:57 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132312
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp
r76553 r79904 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_MAIN 23 #include <VBox/com/ com.h>23 #include <VBox/com/utils.h> 24 24 25 25 #include <iprt/env.h> -
trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp
r77557 r79904 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #include <VBox/com/ com.h>22 #include <VBox/com/utils.h> 23 23 24 24 #include <iprt/buildconfig.h>
Note:
See TracChangeset
for help on using the changeset viewer.