Sort headers using clang-tidy
[geeqie.git] / src / ui-pathsel.cc
index 79dfde4..a0c4ffb 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "ui-pathsel.h"
+
 #include <cstring>
 
 #include <dirent.h>
-#include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 
-#include "main.h"
-#include "ui-pathsel.h"
+#include <config.h>
 
+#include "compat.h"
+#include "debug.h"
+#include "intl.h"
+#include "main-defines.h"
 #include "misc.h"
+#include "options.h"
 #include "ui-bookmark.h"
 #include "ui-fileops.h"
 #include "ui-menu.h"
@@ -644,7 +650,8 @@ static gboolean dest_press_cb(GtkWidget *view, GdkEventButton *event, gpointer d
        auto dd = static_cast<Dest_Data *>(data);
        GtkTreePath *tpath;
        GtkTreeViewColumn *column;
-       gint cell_x, cell_y;
+       gint cell_x;
+       gint cell_y;
        GtkTreeModel *model;
        GtkTreeIter iter;
        GtkTreeSelection *selection;