summarylogtreecommitdiffstats
path: root/0001-Add-a-few-missing-cstdint-includes.patch
diff options
context:
space:
mode:
authorDudemanguy2023-07-02 14:48:57 -0500
committerDudemanguy2023-07-02 14:48:57 -0500
commitd420181e6e8a5f626b5e23d6676c3ce508e3691e (patch)
tree5f759f80e2697b4c7e747988fbd8ee9fd3be37cf /0001-Add-a-few-missing-cstdint-includes.patch
parentd1a638f71da56870bb23839578b367763a04c44c (diff)
downloadaur-d420181e6e8a5f626b5e23d6676c3ce508e3691e.tar.gz
115.0
Diffstat (limited to '0001-Add-a-few-missing-cstdint-includes.patch')
-rw-r--r--0001-Add-a-few-missing-cstdint-includes.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/0001-Add-a-few-missing-cstdint-includes.patch b/0001-Add-a-few-missing-cstdint-includes.patch
deleted file mode 100644
index 179c7fa8b4e1..000000000000
--- a/0001-Add-a-few-missing-cstdint-includes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- a/gfx/2d/Rect.h
-+++ b/gfx/2d/Rect.h
-@@ -10,16 +10,17 @@
- #include "BaseRect.h"
- #include "BaseMargin.h"
- #include "NumericTools.h"
- #include "Point.h"
- #include "Tools.h"
- #include "mozilla/Maybe.h"
-
- #include <cmath>
-+#include <cstdint>
-
- namespace mozilla {
-
- template <typename>
- struct IsPixel;
-
- namespace gfx {
-
-
---- a/toolkit/components/telemetry/pingsender/pingsender.cpp
-+++ b/toolkit/components/telemetry/pingsender/pingsender.cpp
-@@ -1,14 +1,15 @@
- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
- #include <cstdlib>
-+#include <cstdint>
- #include <cstring>
- #include <ctime>
- #include <fstream>
- #include <iomanip>
- #include <string>
- #include <vector>
-
- #include <zlib.h>
-
-
---- a/dom/media/webrtc/sdp/RsdparsaSdpGlue.h
---- b/dom/media/webrtc/sdp/RsdparsaSdpGlue.h
-@@ -6,6 +6,7 @@
- #ifndef _RUSTSDPGLUE_H_
- #define _RUSTSDPGLUE_H_
-
-+#include <cstdint>
- #include <string>
- #include <vector>
- #include <utility>