Changeset 83794 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Apr 18, 2020 1:25:05 PM (5 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.h
r82968 r83794 32 32 #include <iprt/asm.h> 33 33 34 #include < string>34 #include <iprt/sanitized/string> 35 35 36 36 /**************************************************************************** -
trunk/src/VBox/Main/webservice/websrv-cpp.xsl
r82974 r83794 85 85 // standard headers 86 86 #include <map> 87 #include < sstream>87 #include <iprt/sanitized/sstream> 88 88 89 89 // shared strings for debug output -
trunk/src/VBox/Main/webservice/webtest.cpp
r82968 r83794 24 24 25 25 #include <iostream> 26 #include < sstream>27 #include < string>26 #include <iprt/sanitized/sstream> 27 #include <iprt/sanitized/string> 28 28 29 29 #include <iprt/initterm.h>
Note:
See TracChangeset
for help on using the changeset viewer.