From 75b21b033f413b4a32cc7e0cd6b780f59beadf18 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 28 Oct 2014 16:50:50 +0100 Subject: fix include warning Change-Id: I920445947fb7bb3802f692a0b5aeab8d292120ef Reviewed-by: Christian Kandeler --- src/qftp/qftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h index f2cc19a..3281b28 100644 --- a/src/qftp/qftp.h +++ b/src/qftp/qftp.h @@ -43,8 +43,8 @@ #define QFTP_H #include -#include "qurlinfo.h" #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3