Changeset 49517 in vbox
- Timestamp:
- Nov 16, 2013 7:23:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90687
- Location:
- trunk/src/VBox/Main
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/NetworkServiceRunner.h
r49516 r49517 21 21 #include <iprt/mem.h> 22 22 #include <VBox/com/string.h> 23 24 #include <string> 23 25 24 26 #define TRUNKTYPE_WHATEVER "whatever" -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r49512 r49517 116 116 #endif /* VBOX_WITH_NETFLT */ 117 117 118 #include <string>119 /* XXX: We don't need class declared in NetworkServiceRunner, this file included because of120 * mcrodefintions TRUNKTYPE_*121 */122 118 #include "NetworkServiceRunner.h" 123 119 #include "BusAssignmentManager.h" -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r49496 r49517 47 47 #include <algorithm> 48 48 #include <set> 49 #include <string>50 49 #include <vector> 51 50 #include <memory> // for auto_ptr -
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r49497 r49517 51 51 #include <sys/stat.h> 52 52 #include <sys/resource.h> 53 54 #include <string>55 53 56 54 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.