Merge pull request #2709 from thunder2/PostedCreatePostDialog

Removed unnecessary include in PostedCreatePostDialog.h
This commit is contained in:
csoler 2023-04-17 13:51:49 +02:00 committed by GitHub
commit 09d293909a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@
#include <QDialog>
#include <gui/common/HashBox.h>
#include "retroshare/rsposted.h"
#include "util/RichTextEdit.h"
namespace Ui {
class PostedCreatePostDialog;