chiark / gitweb /
Make multidrag a bit more independent of Disobedience
[disorder] / disobedience / multidrag.c
index 650d1c4c73a96f7124686bdd6093d4537b8b02c8..cc3303837a0b8752b7baa318e9ad493465fbaae3 100644 (file)
  * href="http://code.google.com/p/quodlibet/">Quodlibet</a> (another software
  * jukebox, albeit as far as I can see a single-user one).
  */
-#include "disobedience.h"
+#include <config.h>
+#include <glib.h>
+#include <gtk/gtk.h>
+
+#include "multidrag.h"
 
 static gboolean multidrag_selection_block(GtkTreeSelection attribute((unused)) *selection,
                                          GtkTreeModel attribute((unused)) *model,