From 6439130107c50e929f9c195b8afc4994a9fd8cbf Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Mon, 26 Nov 2018 06:27:27 +0900 Subject: [PATCH] add-ons/locale: Remove unused auto_ptr Change-Id: Ibe10945ce38dec3f4be229450ba32125539dfdd1 Reviewed-on: https://review.haiku-os.org/744 Reviewed-by: Adrien Destugues --- src/add-ons/locale/catalogs/plaintext/Catalog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/add-ons/locale/catalogs/plaintext/Catalog.cpp b/src/add-ons/locale/catalogs/plaintext/Catalog.cpp index 93e7928ed9..276f2e27b6 100644 --- a/src/add-ons/locale/catalogs/plaintext/Catalog.cpp +++ b/src/add-ons/locale/catalogs/plaintext/Catalog.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -33,7 +32,6 @@ using BPrivate::HashMapCatalog; using BPrivate::PlainTextCatalog; -using std::auto_ptr; using std::min; using std::max; using std::pair;