diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-14 12:37:36 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-14 16:03:21 +0100 |
commit | 96917c806847173ce2a597e533167dedf01ca81b (patch) | |
tree | 9031ce96e50e9b1188ea1ee9f97e957ac6ff3e39 /connectivity | |
parent | 7379d2cf98805d91e933bdacf5f8d8f3bdf1083c (diff) |
connectivity: remove #pragma GCC system_header in mozabdrv
... which can only be built with MSVC currently anyway.
Change-Id: I806be27ec18e4f04e000f0b5d9ea613c3199855c
Diffstat (limited to 'connectivity')
6 files changed, 0 insertions, 18 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h index 935ac3cb0aed..50a1288de251 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsinit.h @@ -18,9 +18,6 @@ */ #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include "nsIServiceManager.h" #include "nsIEventQueueService.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h index 678cec02b83b..65b7ed2b60f9 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h @@ -18,9 +18,6 @@ */ #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include "nscore.h" #include "nsIPrefService.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h index ccaab787f53e..b6d9c2eae82c 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofiledirserviceprovider.h @@ -18,9 +18,6 @@ */ #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include "nsIDirectoryService.h" #include "nsILocalFile.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h index a50124d29a11..4320c9320edd 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_profile_discover.h @@ -18,9 +18,6 @@ */ #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include "nsCOMPtr.h" #include "nsISupports.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h index 6b33273e3be0..b31e5c80aa53 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h @@ -18,9 +18,6 @@ */ #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include "nsCOMPtr.h" #include "nsISupports.h" diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx index ff061293fb89..1d452159dd51 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx @@ -27,9 +27,6 @@ #include <rtl/ustrbuf.hxx> #include "pre_include_mozilla.h" -#if defined __GNUC__ - #pragma GCC system_header -#endif #include <nsDebug.h> |