diff --git a/mozilla/embedding/base/nsEmbedAPI.cpp b/mozilla/embedding/base/nsEmbedAPI.cpp index a02102f4c38..47f23f363ed 100644 --- a/mozilla/embedding/base/nsEmbedAPI.cpp +++ b/mozilla/embedding/base/nsEmbedAPI.cpp @@ -28,9 +28,7 @@ #include "nsIStringBundle.h" -extern nsresult NS_InitEmbedding(const char *aPath); -extern nsresult NS_TermEmbedding(); - +#include "nsEmbedAPI.h" static nsIServiceManager *sServiceManager = nsnull; static PRBool sRegistryInitializedFlag = PR_FALSE;