diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/HeaderSubstitutor.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/HeaderSubstitutor.java index 3b07af209d8..2957ecc0d82 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/HeaderSubstitutor.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/HeaderSubstitutor.java @@ -30,8 +30,7 @@ import org.eclipse.cdt.internal.core.resources.ResourceLookup; public class HeaderSubstitutor { IncludeMap[] INCLUDE_MAPS = { - cIncludeMap, cIncludeMapWeak, cppIncludeMap, cppIncludeMapWeak, - google3IncludeMap, google3IncludeMapWeak + cIncludeMap, cIncludeMapWeak, cppIncludeMap, cppIncludeMapWeak }; @SuppressWarnings("nls") @@ -472,42 +471,21 @@ public class HeaderSubstitutor { "", "", "", "", "", "", + "", "", "", "", "", "", "", "", "", "", - "", "", "", "", + "", "", "", "", - "", "", "", "", + "", "", "", "", "", "", "", "", }); - @SuppressWarnings("nls") - private static final IncludeMap google3IncludeMap = new IncludeMap(true, true, new String[] { - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "", "base/logging.h", - "base/vlog_is_on.h", "base/logging.h" - }); - - @SuppressWarnings("nls") - private static final IncludeMap google3IncludeMapWeak = new IncludeMap(false, true, new String[] { - "base/commandlineflags_declare.h", "base/commandlineflags.h" - }); - private final InclusionContext fContext; private List fIncludeMaps;