Browse Source

pyxpcom: replace nsIAllocator.h with nsMemory.h

toddw 10 years ago
parent
commit
ebc7044830
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xpcom/src/PyXPCOM.h

+ 1 - 1
xpcom/src/PyXPCOM.h

@@ -50,7 +50,7 @@
 #define __PYXPCOM_H__
 
 #include "mozilla/mozalloc.h"
-#include "nsIAllocator.h"
+#include "nsMemory.h"
 #include "nsIWeakReference.h"
 #include "nsIInterfaceInfo.h"
 #include "nsIInterfaceInfoManager.h"