1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00

Bug 45203. Allowed partner indirect inclusion by default.

This commit is contained in:
Sergey Prigogin 2013-08-07 11:49:45 -07:00
parent d391fe1c2f
commit d995ec8bbe

View file

@ -181,7 +181,7 @@ public class IncludePreferences {
store.setDefault(PreferenceConstants.INCLUDES_PARTNER_FILE_SUFFIXES, DEFAULT_PARTNER_FILE_SUFFIXES);
store.setDefault(PreferenceConstants.INCLUDES_HEURISTIC_HEADER_SUBSTITUTION, true);
store.setDefault(PreferenceConstants.INCLUDES_ALLOW_REORDERING, true);
store.setDefault(INCLUDES_ALLOW_PARTNER_INDIRECT_INCLUSION, false);
store.setDefault(INCLUDES_ALLOW_PARTNER_INDIRECT_INCLUSION, true);
store.setDefault(PreferenceConstants.FORWARD_DECLARE_COMPOSITE_TYPES, true);
store.setDefault(PreferenceConstants.FORWARD_DECLARE_ENUMS, false);
store.setDefault(PreferenceConstants.FORWARD_DECLARE_FUNCTIONS, false);