mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
more includes of string.h
This commit is contained in:
parent
d2ba19e67b
commit
cae0b1a6cf
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUCS2BEToUnicode.h"
|
||||
|
||||
#include <string.h>
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUCS2BE.h"
|
||||
#include <string.h>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUCS2LE.h"
|
||||
#include <string.h>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUCS4BE.h"
|
||||
#include <string.h>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUCS4LE.h"
|
||||
#include <string.h>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "nsUnicodeToUEscape.h"
|
||||
#include "nsUCvLatinSupport.h"
|
||||
#include <string.h>
|
||||
|
||||
// XXX should we inherited from nsEncoderSupprt ? We don't want the buffer stuff there
|
||||
class nsUnicodeToUEscape : public nsEncoderSupport
|
||||
|
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUTF7.h"
|
||||
#include <string.h>
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "nsUnicodeToUTF8.h"
|
||||
|
||||
#include <string.h>
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user