summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/PodcastApp.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/PodcastApp.java')
-rw-r--r--src/de/podfetcher/PodcastApp.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/de/podfetcher/PodcastApp.java b/src/de/podfetcher/PodcastApp.java
index 94227b522..2587cf93f 100644
--- a/src/de/podfetcher/PodcastApp.java
+++ b/src/de/podfetcher/PodcastApp.java
@@ -1,7 +1,6 @@
package de.podfetcher;
-import de.podfetcher.feed.FeedManager;
-import de.podfetcher.FeedlistActivity;
+import de.podfetcher.activity.PodfetcherActivity;
import android.app.Application;
import greendroid.app.GDApplication;