Changeset 68656 in vbox for trunk/include
- Timestamp:
- Sep 5, 2017 6:08:13 PM (7 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/DragAndDropSvc.h
r68550 r68656 61 61 #include <VBox/hgcmsvc.h> 62 62 #include <VBox/VMMDev.h> 63 #include <VBox/VBoxGuest .h>63 #include <VBox/VBoxGuestCoreTypes.h> 64 64 65 65 /* -
trunk/include/VBox/HostServices/GuestControlSvc.h
r68550 r68656 30 30 #include <VBox/types.h> 31 31 #include <VBox/VMMDev.h> 32 #include <VBox/VBoxGuest .h>32 #include <VBox/VBoxGuestCoreTypes.h> 33 33 #include <VBox/hgcmsvc.h> 34 34 #include <VBox/log.h> -
trunk/include/VBox/HostServices/GuestPropertySvc.h
r68550 r68656 30 30 #include <VBox/types.h> 31 31 #include <VBox/VMMDev.h> 32 #include <VBox/VBoxGuest .h>32 #include <VBox/VBoxGuestCoreTypes.h> 33 33 #include <VBox/hgcmsvc.h> 34 34 #include <VBox/log.h> -
trunk/include/VBox/HostServices/VBoxClipboardExt.h
r62476 r68656 1 1 /** @file 2 * Shared Clipboard: 3 * Common header for the service extension. 2 * Shared Clipboard - Common header for the service extension. 4 3 */ 5 4 -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r68550 r68656 27 27 #define ___VBox_HostService_VBoxClipboardSvc_h 28 28 29 #include <VBox/types.h>30 29 #include <VBox/VMMDev.h> 31 #include <VBox/VBoxGuest .h>30 #include <VBox/VBoxGuestCoreTypes.h> 32 31 #include <VBox/hgcmsvc.h> 33 32 -
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r68550 r68656 28 28 #define ___VBox_HostService_VBoxCrOpenGLSvc_h 29 29 30 #include <VBox/types.h>31 30 #include <VBox/VMMDev.h> 32 #include <VBox/VBoxGuest .h>31 #include <VBox/VBoxGuestCoreTypes.h> 33 32 #include <VBox/hgcmsvc.h> 34 33 #include <VBoxVideo.h> -
trunk/include/VBox/HostServices/VBoxHostChannel.h
r68550 r68656 29 29 30 30 #include <VBox/VMMDev.h> 31 #include <VBox/VBoxGuest .h>31 #include <VBox/VBoxGuestCoreTypes.h> 32 32 #include <VBox/hgcmsvc.h> 33 33 -
trunk/include/VBox/HostServices/VBoxOpenGLSvc.h
r68550 r68656 27 27 #define ___VBox_HostService_VBoxOpenGLSvc_h 28 28 29 #include <VBox/types.h> 30 #include <VBox/VBoxGuest.h> 29 #include <VBox/VBoxGuestCoreTypes.h> 31 30 #include <VBox/hgcmsvc.h> 32 31 #include <VBox/VMMDev.h> -
trunk/include/VBox/VBoxGuestCoreTypes.h
r68633 r68656 33 33 34 34 #include <iprt/types.h> 35 #include <iprt/assert.h> 35 36 36 37 /** @addtogroup grp_vboxguest -
trunk/include/VBox/shflsvc.h
r68550 r68656 27 27 #define ___VBox_shflsvc_h 28 28 29 #include <VBox/types.h> 30 #include <VBox/VBoxGuest.h> 29 #include <VBox/VBoxGuestCoreTypes.h> 31 30 #include <VBox/VMMDev.h> 32 31 #include <VBox/hgcmsvc.h> … … 1432 1431 1433 1432 #endif 1433
Note:
See TracChangeset
for help on using the changeset viewer.