- added include declarations to Outline view
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / CompilationUnit.java
index e93d7c9..72e516f 100644 (file)
@@ -558,7 +558,7 @@ public IImportDeclaration getImport(String importName) {
 /**
  * @see ICompilationUnit#getImportContainer()
  */
-public IImportContainer getImportContainer() {
+public ImportContainer getImportContainer() {
        return new ImportContainer(this);
 }