]> git.sesse.net Git - vlc/blobdiff - src/misc/modules.c
* include/interface.h: renamed this file to vlc_interface.h to avoid name
[vlc] / src / misc / modules.c
index 7ca81367817c5aaec94e712865d5772572ce2342..f9f24e56266698b73d1c19d6fc2cdc5e67883308 100644 (file)
@@ -2,7 +2,7 @@
  * modules.c : Builtin and plugin modules management functions
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: modules.c,v 1.121 2003/06/23 16:09:13 gbazin Exp $
+ * $Id: modules.c,v 1.122 2003/06/24 13:33:49 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Ethan C. Baldridge <BaldridgeE@cadmus.com>
@@ -69,7 +69,7 @@
 
 #include "error.h"
 
-#include "interface.h"
+#include "vlc_interface.h"
 #include "vlc_playlist.h"
 #include "intf_eject.h"