Changeset 76392 in vbox for trunk/src/VBox
- Timestamp:
- Dec 23, 2018 1:45:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r76391 r76392 36 36 # include <iprt/buildconfig.h> 37 37 # include <iprt/stream.h> 38 # include <VBox/err.h>39 38 # include <VBox/version.h> 40 39 # ifdef VBOX_WITH_HARDENING … … 63 62 #ifdef VBOX_WITH_HARDENING 64 63 # include <iprt/ctype.h> 65 #else /* !VBOX_WITH_HARDENING */ 66 # include <VBox/err.h> 67 #endif /* !VBOX_WITH_HARDENING */ 64 #endif 65 #include <VBox/err.h> 68 66 69 67 /* Other includes: */
Note:
See TracChangeset
for help on using the changeset viewer.