mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Cleaned includes in FriendsDialog.cpp
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5720 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9953b3b640
commit
a6cb81fd43
@ -20,8 +20,6 @@
|
||||
****************************************************************/
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include <QColorDialog>
|
||||
#include <QDropEvent>
|
||||
@ -31,22 +29,19 @@
|
||||
#include <QTextStream>
|
||||
#include <QTextCodec>
|
||||
#include <QTimer>
|
||||
#include <QMessageBox>
|
||||
|
||||
#include "retroshare/rsinit.h"
|
||||
#include "retroshare/rsnotify.h"
|
||||
#include "retroshare/rspeers.h"
|
||||
#include <retroshare/rshistory.h>
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#include "channels/CreateChannel.h"
|
||||
#endif
|
||||
#include "common/Emoticons.h"
|
||||
#include "common/vmessagebox.h"
|
||||
#include "common/PeerDefs.h"
|
||||
#include "chat/ChatDialog.h"
|
||||
#include "chat/ChatUserNotify.h"
|
||||
#include "connect/ConfCertDialog.h"
|
||||
#include "connect/ConnectFriendWizard.h"
|
||||
#include "forums/CreateForum.h"
|
||||
#include "gui/common/AvatarDefs.h"
|
||||
#include "groups/CreateGroup.h"
|
||||
#include "im_history/ImHistoryBrowser.h"
|
||||
#include "MainWindow.h"
|
||||
|
Loading…
Reference in New Issue
Block a user