Remove duplicate header between header cpp file

This commit is contained in:
Laurent Montel
2022-05-05 07:04:45 +02:00
parent f1da76277e
commit 8365e97f9a
4 changed files with 0 additions and 4 deletions

View File

@@ -10,7 +10,6 @@
#include "xcb_framebuffer.h"
#include "krfb_fb_xcb_debug.h"
#include <xcb/xcb.h>
#include <xcb/xproto.h>
#include <xcb/damage.h>
#include <xcb/shm.h>

View File

@@ -30,7 +30,6 @@
#include <KPluginFactory>
#include <KPluginMetaData>
#include <QtCore/QSharedPointer>
class EventsManagerStatic
{

View File

@@ -29,7 +29,6 @@
#include <KPluginFactory>
#include <KPluginMetaData>
#include <QSharedPointer>
class FrameBufferManagerStatic
{

View File

@@ -20,7 +20,6 @@
*/
#include "rfbservermanager.h"
#include "rfbserver.h"
#include "framebuffer.h"
#include "framebuffermanager.h"
#include "sockethelpers.h"
#include "krfbconfig.h"