|
@@ -32,10 +32,9 @@
|
|
|
|
|
|
/* TODO: these includes should be removed! */
|
|
|
#include "src/layout.h" /* repaint_screen() */
|
|
|
-#include "src/main-widgets.h" /* midnight_dlg */
|
|
|
+#include "src/midnight.h" /* midnight_dlg */
|
|
|
#include "src/main.h" /* midnight_shutdown */
|
|
|
|
|
|
-
|
|
|
/*** global variables ****************************************************************************/
|
|
|
|
|
|
/*** file scope macro definitions ****************************************************************/
|
|
@@ -44,7 +43,6 @@
|
|
|
|
|
|
/*** file scope variables ************************************************************************/
|
|
|
|
|
|
-
|
|
|
/* List of dialogs: filemanagers, editors, viewers */
|
|
|
static GList *mc_dialogs = NULL;
|
|
|
/* Currently active dialog */
|