aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r--src/include/gnunet_gtk.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 3c3a1f33..e615114f 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -26,19 +26,12 @@
26#ifndef GNUNET_GTK_H 26#ifndef GNUNET_GTK_H
27#define GNUNET_GTK_H 27#define GNUNET_GTK_H
28 28
29#ifndef HAVE_USED_CONFIG_H
30#define HAVE_USED_CONFIG_H
31#if HAVE_CONFIG_H
32#include "gnunet_gtk_config.h"
33#endif
34#endif
35
36#include <gnunet/gnunet_util_lib.h> 29#include <gnunet/gnunet_util_lib.h>
37#include <gnunet/gnunet_fs_service.h> 30#include <gnunet/gnunet_fs_service.h>
38#include <gtk/gtk.h> 31#include <gtk/gtk.h>
39#include <gladeui/glade.h> 32#include <gladeui/glade.h>
40#include <gdk/gdkkeysyms.h> 33#include <gdk/gdkkeysyms.h>
41#include "gettext.h" 34
42#ifndef GDK_KEY_Return 35#ifndef GDK_KEY_Return
43#define GDK_KEY_Return GDK_Return 36#define GDK_KEY_Return GDK_Return
44#endif 37#endif
@@ -445,6 +438,5 @@ GNUNET_GTK_get_selected_anonymity_combo_level (GtkComboBox *combo,
445 guint *p_level); 438 guint *p_level);
446 439
447 440
448
449#endif 441#endif
450/* end of gnunet_gtk.h */ 442/* end of gnunet_gtk.h */