diff --git a/engine.pro b/engine.pro
index 0d7a742e834e81366c68faf1d21ca2a1c048993b..39a0ee3d96839f30c69ebbd386f469f04a4cae2b 100644
--- a/engine.pro
+++ b/engine.pro
@@ -239,14 +239,7 @@ ios{
         ios/IosBadges.h
 
 
-    OBJECTIVE_SOURCES += ios/QIOSApplicationDelegate+PushDelegate.mm \
-        notifications/ios/DelegateClass.mm \
-        ios/FileHandlerActivity.mm \
-        ios/IosGalleryPicker.mm \
-        ios/fileopener.mm \
-        ios/shareheplersingelton.mm \
-        ios/IosBadges.mm \
-        ios/shareheplersingelton.mm
+    OBJECTIVE_SOURCES += notifications/ios/DelegateClass.mm
 
 
     LIBS += -framework UserNotifications
diff --git a/rocketchat.cpp b/rocketchat.cpp
index 479d04483291f48bf8cb4a118da16caefd2b917f..4e715570e688af290114ca00d9011d89ef2122fb 100755
--- a/rocketchat.cpp
+++ b/rocketchat.cpp
@@ -30,11 +30,7 @@
 
 
 #ifdef Q_OS_IOS
-#include "ios/fileopener.h"
-#include "ios/urlhandler.h"
-#include "ios/IosGalleryPicker.h"
-#include "ios/shareheplersingelton.h"
-#include "ios/IosBadges.h"
+
 #endif
 #ifdef Q_OS_ANDROID
 #include "android/androidcheckpermissions.h"
diff --git a/rocketchat.h b/rocketchat.h
index ef41f290d09c28d30ef70f49120eb8d2b5667a04..9edefa30fda02a69bd506f81e1bf45522b4cb5c1 100755
--- a/rocketchat.h
+++ b/rocketchat.h
@@ -29,8 +29,7 @@
 #include "notifications/notifications.h"
 
 #ifdef Q_OS_IOS
-#include "ios/IosGalleryPicker.h"
-#include "ios/shareheplersingelton.h"
+
 #endif
 
 #ifdef Q_OS_ANDROID