Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-07-01 17:14:47 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-07-01 17:14:47 +0300
commitedc4b0723d21e69effb669d25ab8a83b77680e61 (patch)
treec24f24317077ed0fe0e817781c7217940de87803 /plugins/tool_hello_world
parent8c0770dcf76fba24e3ed5231f9e30d2267911d87 (diff)
Removing gtkx from the hello world plugin
Diffstat (limited to 'plugins/tool_hello_world')
-rw-r--r--plugins/tool_hello_world/plugin.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/tool_hello_world/plugin.c b/plugins/tool_hello_world/plugin.c
index 05dfd2e36..56171e971 100644
--- a/plugins/tool_hello_world/plugin.c
+++ b/plugins/tool_hello_world/plugin.c
@@ -38,9 +38,6 @@
#include "common/remmina_plugin.h"
-#include <gtk/gtkx.h>
-#include <gdk/gdkx.h>
-
static RemminaPluginService *remmina_plugin_service = NULL;
#define REMMINA_PLUGIN_DEBUG(fmt, ...) remmina_plugin_service->_remmina_debug(__func__, fmt, ##__VA_ARGS__)