Changeset 16873 in vbox for trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
- Timestamp:
- Feb 17, 2009 7:07:37 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r16822 r16873 24 24 *******************************************************************************/ 25 25 #define LOG_GROUP LOG_GROUP_VD 26 #include <VBox/VBoxHDD -new.h>26 #include <VBox/VBoxHDD.h> 27 27 #include <VBox/err.h> 28 28 #include <VBox/sup.h> … … 40 40 #include <iprt/param.h> 41 41 42 #include "VBoxHDD- newInternal.h"42 #include "VBoxHDD-Internal.h" 43 43 44 44
Note:
See TracChangeset
for help on using the changeset viewer.