commit fa843fee47e46594579945415e47afc3500634ea parent 941b0e36aa7df758680d9c8d247575f6fde42cc4 Author: serge-sans-paille <sguelton@mozilla.com> Date: Thu, 13 Nov 2025 10:12:16 +0000 Bug 1999729 - Remove unused STL header inclusions in browser/** r=win-reviewers,gstoll Differential Revision: https://phabricator.services.mozilla.com/D272292 Diffstat:
5 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/browser/app/desktop-launcher/download_firefox.cpp b/browser/app/desktop-launcher/download_firefox.cpp @@ -4,7 +4,6 @@ #include "download_firefox.h" #include <iostream> -#include <memory> #include <optional> #include <string> #include <wchar.h> diff --git a/browser/app/desktop-launcher/tests/gtest/DesktopLauncherDownloaderTest.cpp b/browser/app/desktop-launcher/tests/gtest/DesktopLauncherDownloaderTest.cpp @@ -4,7 +4,6 @@ #include "gtest/gtest.h" #include <windows.h> #include <string> -#include <optional> #include <shellapi.h> #include <winhttp.h> diff --git a/browser/app/installation_dir_layout/tests/gtest/InstallationDirLayoutTest.cpp b/browser/app/installation_dir_layout/tests/gtest/InstallationDirLayoutTest.cpp @@ -6,7 +6,6 @@ #include "gtest/gtest.h" #include <windows.h> #include "InstallationDirLayout.h" -#include <string> #include <iostream> #include "nsDirectoryServiceDefs.h" #include "nsDirectoryServiceUtils.h" diff --git a/browser/app/winlauncher/ErrorHandler.cpp b/browser/app/winlauncher/ErrorHandler.cpp @@ -6,8 +6,6 @@ #include "ErrorHandler.h" -#include <utility> - #include "mozilla/CmdLineAndEnvUtils.h" #include "mozilla/UniquePtr.h" diff --git a/browser/app/winlauncher/test/TestSameBinary.cpp b/browser/app/winlauncher/test/TestSameBinary.cpp @@ -9,8 +9,6 @@ #include <stdio.h> #include <stdlib.h> -#include <utility> - #include "SameBinary.h" #include "mozilla/Assertions.h" #include "mozilla/CmdLineAndEnvUtils.h"