Changeset 76346 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 22, 2018 12:51:28 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127644
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartCfg.cpp
r73097 r76346 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 22 #include <iprt/ctype.h> 23 #include <iprt/err.h> 24 #include <iprt/mem.h> 25 #include <iprt/message.h> 26 #include <iprt/process.h> 23 27 #include <iprt/stream.h> 24 #include <iprt/process.h>25 28 #include <iprt/string.h> 26 #include <iprt/mem.h>27 #include <iprt/ctype.h>28 #include <iprt/message.h>29 29 30 30 #include "VBoxAutostart.h" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp
r71430 r76346 63 63 #define LOG_GROUP LOG_GROUP_GUEST_DND 64 64 #include <VBox/log.h> 65 #include <iprt/err.h> 65 66 66 67 #if 0 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp
r69500 r76346 34 34 #define LOG_GROUP LOG_GROUP_GUEST_DND 35 35 #include <VBox/log.h> 36 #include <iprt/err.h> 36 37 37 38
Note:
See TracChangeset
for help on using the changeset viewer.