Changeset 66506 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Apr 11, 2017 9:59:29 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114506
- Location:
- trunk/src/VBox/GuestHost/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp
r65381 r66506 23 23 #define LOG_GROUP LOG_GROUP_HGSMI 24 24 25 #include < iprt/string.h>25 #include <VBoxVideoIPRT.h> 26 26 27 27 #include <HGSMI.h> -
trunk/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp
r65381 r66506 56 56 #include <HGSMI.h> 57 57 58 #include <iprt/err.h> 59 #include <iprt/string.h> 58 #include <VBoxVideoIPRT.h> 60 59 61 60 /*
Note:
See TracChangeset
for help on using the changeset viewer.