Sort headers using clang-tidy
[geeqie.git] / src / editors.h
index 9f6832f..40df147 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef EDITORS_H
 #define EDITORS_H
 
+#include <gtk/gtk.h>
+
+struct FileData;
 
 enum EditorFlags {
        EDITOR_KEEP_FS            = 0x00000001,
@@ -128,8 +131,6 @@ gboolean editor_is_filter(const gchar *key);
 gboolean editor_no_param(const gchar *key);
 const gchar *editor_get_error_str(EditorFlags flags);
 
-const gchar *editor_get_name(const gchar *key);
-
 gboolean is_valid_editor_command(const gchar *key);
 gboolean editor_blocks_file(const gchar *key);