X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgtk%2Fintf_gtk.c;h=3398b810df73f4624466ae83f4f4f0bdaff6e2b3;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=b5504598b11f66f5addf82bc81d7360a381c6102;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/plugins/gtk/intf_gtk.c b/plugins/gtk/intf_gtk.c index b5504598b1..3398b810df 100644 --- a/plugins/gtk/intf_gtk.c +++ b/plugins/gtk/intf_gtk.c @@ -2,7 +2,7 @@ * intf_gtk.c: Gtk+ interface ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: intf_gtk.c,v 1.21 2001/05/23 23:08:20 stef Exp $ + * $Id: intf_gtk.c,v 1.22 2001/05/30 17:03:12 sam Exp $ * * Authors: Samuel Hocevar * Stéphane Borel @@ -42,7 +42,6 @@ #include "threads.h" #include "mtime.h" #include "tests.h" -#include "modules.h" #include "stream_control.h" #include "input_ext-intf.h" @@ -63,6 +62,9 @@ #include "main.h" +#include "modules.h" +#include "modules_export.h" + /***************************************************************************** * Local prototypes. *****************************************************************************/