[vlc-devel] commit: No need for nscore.h (Christophe Mutricy )
git version control
git at videolan.org
Fri Sep 12 01:49:39 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Sep 12 00:42:35 2008 +0100| [9463913fb384c0e4e4c06657735a237eb9c1190e] | committer: Christophe Mutricy
No need for nscore.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9463913fb384c0e4e4c06657735a237eb9c1190e
---
projects/mozilla/support/npunix.c | 1 -
projects/mozilla/support/npwin.cpp | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/projects/mozilla/support/npunix.c b/projects/mozilla/support/npunix.c
index dc8ae8b..26c6736 100644
--- a/projects/mozilla/support/npunix.c
+++ b/projects/mozilla/support/npunix.c
@@ -42,7 +42,6 @@
#define OJI 1
#include <stdio.h>
-#include <nscore.h>
#include <npapi.h>
#include <npupp.h>
diff --git a/projects/mozilla/support/npwin.cpp b/projects/mozilla/support/npwin.cpp
index 8965232..c277f84 100644
--- a/projects/mozilla/support/npwin.cpp
+++ b/projects/mozilla/support/npwin.cpp
@@ -41,7 +41,6 @@
# include <mozilla-config.h>
#endif
-#include "nscore.h"
#include "npapi.h"
#include "npupp.h"
More information about the vlc-devel
mailing list