Changeset 21218 in vbox for trunk/src/VBox/Additions/common/VBoxControl/testcase
- Timestamp:
- Jul 5, 2009 1:31:56 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp
r14233 r21218 25 25 * Header Files * 26 26 *******************************************************************************/ 27 #include <iprt/autores.h> 28 #include <iprt/initterm.h> 27 29 #include <iprt/mem.h> 30 #include <iprt/path.h> 31 #include <iprt/stream.h> 28 32 #include <iprt/string.h> 29 #include <iprt/stream.h>30 #include <iprt/path.h>31 #include <iprt/initterm.h>32 #include <iprt/autores.h>33 33 #include <VBox/log.h> 34 #include <VBox/VBoxGuest.h>35 34 #include <VBox/version.h> 35 #include <VBox/VBoxGuestLib.h> 36 36 #ifdef VBOX_WITH_GUEST_PROPS 37 37 # include <VBox/HostServices/GuestPropertySvc.h>
Note:
See TracChangeset
for help on using the changeset viewer.