- Timestamp:
- Dec 13, 2009 5:23:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55947
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostHardwareLinux.h
r23522 r25349 1 1 /* $Id$ */ 2 2 /** @file 3 * Classes for handling hardware detection under Linux. Please feel free to 4 * expand these to work for other systems (Solaris!) or to add new ones for 5 * other systems. 3 * Classes for handling hardware detection under Linux. 4 * 5 * Please feel free to expand these to work for other systems (Solaris!) or to 6 * add new ones for other systems. 6 7 */ 7 8 … … 26 27 27 28 #include <iprt/err.h> 28 #include <iprt/ ministring_cpp.h>29 #include <iprt/cpp/ministring.h> 29 30 #include <vector> 30 31 -
trunk/src/VBox/Runtime/common/string/ministring.cpp
r24656 r25349 32 32 */ 33 33 34 #include <iprt/ ministring_cpp.h>34 #include <iprt/cpp/ministring.h> 35 35 36 36 using namespace iprt; -
trunk/src/VBox/Runtime/testcase/tstUtf8.cpp
r25000 r25349 42 42 #include <iprt/err.h> 43 43 #include <iprt/test.h> 44 #include <iprt/ ministring_cpp.h>44 #include <iprt/cpp/ministring.h> 45 45 46 46 #include <stdlib.h> /** @todo use our random. */
Note:
See TracChangeset
for help on using the changeset viewer.