diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-12 15:31:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 07:46:16 +0200 |
commit | 3c3f7d784eadd60c053284ec2835675f158d4156 (patch) | |
tree | 0772787cb2ab5116cc710d80dfaab930faa5b5d8 /onlineupdate | |
parent | 3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff) |
Removed duplicated includes
No automatic tools. Manual checked and tested.
Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
Reviewed-on: https://gerrit.libreoffice.org/36371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx b/onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx index b8562354b586..a543aed09915 100644 --- a/onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx +++ b/onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator.cxx @@ -11,7 +11,6 @@ #include <stdint.h> #if defined(_WIN32) && !defined(UPDATER_NO_STRING_GLUE_STL) #include <wchar.h> -#include <stdint.h> #include "mozilla/Char16.h" #endif |