зеркало из https://github.com/mozilla/pjs.git
Fix Imola bustage - move includes to .h file
This commit is contained in:
Родитель
7b8d40b191
Коммит
e06b29224c
|
@ -55,10 +55,6 @@
|
|||
#include "nsISupportsPrimitives.h"
|
||||
#include "nsSafariProfileMigrator.h"
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CFNumber.h>
|
||||
#include <CFString.h>
|
||||
#include <CFBase.h>
|
||||
#include <InternetConfig.h>
|
||||
|
||||
#define SAFARI_PREFERENCES_FILE_NAME NS_LITERAL_STRING("com.apple.Safari.plist")
|
||||
|
|
|
@ -43,6 +43,11 @@
|
|||
#include "nsISupportsArray.h"
|
||||
#include "nsString.h"
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CFNumber.h>
|
||||
#include <CFString.h>
|
||||
#include <CFBase.h>
|
||||
|
||||
class nsSafariProfileMigrator : public nsIBrowserProfileMigrator
|
||||
{
|
||||
public:
|
||||
|
|
Загрузка…
Ссылка в новой задаче