diff options
Diffstat (limited to 'plugins/FTPFileYM/serverlist.cpp')
-rw-r--r-- | plugins/FTPFileYM/serverlist.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/FTPFileYM/serverlist.cpp b/plugins/FTPFileYM/serverlist.cpp index 9d94c33b7c..1d1c67b145 100644 --- a/plugins/FTPFileYM/serverlist.cpp +++ b/plugins/FTPFileYM/serverlist.cpp @@ -16,8 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "serverlist.h"
-#include "options.h"
+#include "common.h"
ServerList *ServerList::instance = NULL;
ServerList &ftpList = ServerList::getInstance();
@@ -110,4 +109,4 @@ char *ServerList::FTP::getProtoString() const }
return NULL;
-}
+}
\ No newline at end of file |