]> git.sesse.net Git - vlc/commitdiff
* mozilla/*: Additional Mozilla 1.4 compilation fixes.
authorSam Hocevar <sam@videolan.org>
Wed, 16 Jul 2003 16:33:59 +0000 (16:33 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 16 Jul 2003 16:33:59 +0000 (16:33 +0000)
mozilla/vlcpeer.cpp
mozilla/vlcplugin.cpp
mozilla/vlcshell.cpp

index cfdb24561eb2084b6c32b04926cebba82390cbfc..339d4d0aa07bd38ebeeb3ef805716a06721da239 100644 (file)
@@ -2,7 +2,7 @@
  * vlcpeer.cpp: scriptable peer descriptor
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcpeer.cpp,v 1.4 2003/07/07 12:04:50 sam Exp $
+ * $Id: vlcpeer.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include "nsISupports.h"
-#include "nsMemory.h"
+#include <nsISupports.h>
+#include <nsMemory.h>
+#include <npapi.h>
 
-#include "npapi.h"
 #include "vlcpeer.h"
 #include "vlcplugin.h"
 
index 735f3d214e4b7cc191c1a480cdd1dc73c1f8643e..32bb31751818f723d6a7fdaba3be032af5e8d2ad 100644 (file)
@@ -2,7 +2,7 @@
  * vlcplugin.cpp: a VLC plugin for Mozilla
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcplugin.cpp,v 1.4 2003/02/18 13:13:12 sam Exp $
+ * $Id: vlcplugin.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -26,6 +26,8 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
+#include <nsISupports.h>
+#include <nsMemory.h>
 #include <npapi.h>
 
 #include "vlcpeer.h"
index c2f079bae71294eb73e38b4d9792b0d1b233c8be..70ed05adb8484c3ad46790e4bd959882c691c42a 100644 (file)
@@ -2,7 +2,7 @@
  * vlcshell.cpp: a VLC plugin for Mozilla
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcshell.cpp,v 1.13 2003/07/09 13:52:22 sam Exp $
+ * $Id: vlcshell.cpp,v 1.14 2003/07/16 16:33:59 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -37,6 +37,8 @@
 #endif
 
 /* Mozilla stuff */
+#include <nsISupports.h>
+#include <nsMemory.h>
 #include <npapi.h>
 
 #ifdef XP_WIN