Changeset 25348 in vbox
- Timestamp:
- Dec 13, 2009 5:15:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r25346 r25348 32 32 #include <iprt/thread.h> 33 33 #include <iprt/uuid.h> 34 #include <iprt/ xml_cpp.h>34 #include <iprt/cpp/xml.h> 35 35 36 36 #include <VBox/com/com.h> -
trunk/src/VBox/Main/include/ovfreader.h
r21599 r25348 1 1 /* $Id$ */ 2 2 /** @file 3 * OVF reader declarations. 3 4 * 4 * OVF reader declarations. Depends only on IPRT, including the iprt::MiniString 5 * and IPRT XML classes. 5 * Depends only on IPRT, including the iprt::MiniString and IPRT XML classes. 6 6 */ 7 7 … … 25 25 #define ____H_OVFREADER 26 26 27 #include "iprt/ xml_cpp.h"27 #include "iprt/cpp/xml.h" 28 28 #include <map> 29 29 -
trunk/src/VBox/Main/xml/Settings.cpp
r25010 r25348 59 59 #include "VBox/com/string.h" 60 60 #include "VBox/settings.h" 61 #include <iprt/ xml_cpp.h>61 #include <iprt/cpp/xml.h> 62 62 #include <iprt/stream.h> 63 63 #include <iprt/ctype.h> -
trunk/src/VBox/Runtime/r3/xml.cpp
r25345 r25348 32 32 #include <iprt/file.h> 33 33 #include <iprt/cpp/lock.h> 34 #include <iprt/ xml_cpp.h>34 #include <iprt/cpp/xml.h> 35 35 36 36 #include <libxml/tree.h>
Note:
See TracChangeset
for help on using the changeset viewer.