mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compilation of LinksCloud plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9ab7920a7a
commit
4867c76bb1
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <retroshare/rsplugin.h>
|
||||
#include <gui/mainpage.h>
|
||||
#include <retroshare-gui/mainpage.h>
|
||||
#include "p3ranking.h"
|
||||
|
||||
class LinksCloudPlugin: public RsPlugin
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef _LINKS_DIALOG_H
|
||||
#define _LINKS_DIALOG_H
|
||||
|
||||
#include <gui/mainpage.h>
|
||||
#include <retroshare-gui/mainpage.h>
|
||||
#include <retroshare/rsfiles.h>
|
||||
#include <retroshare/rspeers.h>
|
||||
#include "ui_LinksDialog.h"
|
||||
|
Loading…
Reference in New Issue
Block a user