Changeset 13908 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 6, 2008 11:53:47 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r13580 r13908 23 23 #define ___H_VBOXMANAGE 24 24 25 #include <iprt/types.h>26 25 #ifndef VBOX_ONLY_DOCS 27 26 #include <VBox/com/ptr.h> 28 27 #include <VBox/com/VirtualBox.h> 29 28 #endif /* !VBOX_ONLY_DOCS */ 29 30 #include <iprt/types.h> 30 31 31 32 /** @name Syntax diagram category. -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageSVN.cpp
r8155 r13908 21 21 */ 22 22 23 #include "VBoxManage.h" 24 23 25 #include <VBox/version.h> 24 #include "VBoxManage.h"25 26 26 27 /**
Note:
See TracChangeset
for help on using the changeset viewer.