mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 23:30:45 +00:00
Drop unneccessary includes of abg-cxx-compat.h
Remove the unneccessary includes of abg-cxx-compat.h as users have been migrated to use the corresponding standard includes. * include/abg-comparison.h: Remove include of abg-cxx-compat.h. * include/abg-diff-utils.h: Likewise. * include/abg-fwd.h: Likewise. * include/abg-ini.h: Likewise. * include/abg-interned-str.h: Likewise. * include/abg-ir.h: Likewise. * include/abg-libxml-utils.h: Likewise. * include/abg-libzip-utils.h: Likewise. * include/abg-regex.h: Likewise. * include/abg-reporter.h: Likewise. * include/abg-sptr-utils.h: Likewise. * include/abg-suppression.h: Likewise. * include/abg-tools-utils.h: Likewise. * include/abg-workers.h: Likewise. * src/abg-comp-filter.cc: Likewise. * src/abg-comparison-priv.h: Likewise. * src/abg-corpus.cc: Likewise. * src/abg-dwarf-reader.cc: Likewise. * src/abg-hash.cc: Likewise. * src/abg-ir.cc: Likewise. * src/abg-reader.cc: Likewise. * src/abg-suppression.cc: Likewise. * src/abg-tools-utils.cc: Likewise. * src/abg-writer.cc: Likewise. * tests/test-diff-suppr.cc: Likewise. * tests/test-read-write.cc: Likewise. * tools/abicompat.cc: Likewise. * tools/abidw.cc: Likewise. * tools/abilint.cc: Likewise. * tools/abipkgdiff.cc: Likewise. Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
parent
5d669e0126
commit
c458e00db9
@ -13,7 +13,6 @@
|
||||
#include <ostream>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-corpus.h"
|
||||
#include "abg-diff-utils.h"
|
||||
#include "abg-reporter.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-fwd.h"
|
||||
|
||||
namespace abigail
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <unordered_map>
|
||||
#include <utility> // for std::rel_ops, at least.
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-interned-str.h"
|
||||
#include "abg-hash.h"
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
namespace abigail
|
||||
{
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
|
||||
namespace abigail
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <functional>
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-fwd.h"
|
||||
#include "abg-hash.h"
|
||||
#include "abg-traverse.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <memory>
|
||||
|
||||
#include "abg-sptr-utils.h"
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
namespace abigail
|
||||
{
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include <zip.h>
|
||||
#include <memory>
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
namespace abigail
|
||||
{
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-sptr-utils.h"
|
||||
|
||||
namespace abigail
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
namespace abigail
|
||||
{
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include <regex.h>
|
||||
#include <memory>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
namespace abigail
|
||||
{
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include <unordered_set>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-ini.h"
|
||||
#include "abg-comparison.h"
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <ostream>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-suppression.h"
|
||||
|
||||
namespace abigail
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
|
||||
using std::shared_ptr;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
/// This file contains definitions of diff objects filtering
|
||||
/// facilities.
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
#include <memory>
|
||||
// <headers defining libabigail's API go under here>
|
||||
|
@ -16,7 +16,6 @@
|
||||
#ifndef __ABG_COMPARISON_PRIV_H__
|
||||
#define __ABG_COMPARISON_PRIV_H__
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
// <headers defining libabigail's API go under here>
|
||||
#include <memory>
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <stdexcept>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
|
||||
// <headers defining libabigail's API go under here>
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-ir-priv.h"
|
||||
#include "abg-suppression-priv.h"
|
||||
#include "abg-corpus-priv.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
/// @file
|
||||
|
||||
#include <functional>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
// <headers defining libabigail's API go under here>
|
||||
ABG_BEGIN_EXPORT_DECLARATIONS
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
// <headers defining libabigail's API go under here>
|
||||
ABG_BEGIN_EXPORT_DECLARATIONS
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <sstream>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-suppression-priv.h"
|
||||
|
||||
#include "abg-internal.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-internal.h"
|
||||
#include <memory>
|
||||
|
||||
|
@ -45,7 +45,6 @@
|
||||
|
||||
#include "abg-dwarf-reader.h"
|
||||
#include "abg-internal.h"
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-regex.h"
|
||||
|
||||
// <headers defining libabigail's API go under here>
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-tools-utils.h"
|
||||
|
||||
#include "abg-internal.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-tools-utils.h"
|
||||
#include "abg-workers.h"
|
||||
#include "test-utils.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-ir.h"
|
||||
#include "abg-reader.h"
|
||||
#include "abg-writer.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-config.h"
|
||||
#include "abg-tools-utils.h"
|
||||
#include "abg-corpus.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-config.h"
|
||||
#include "abg-tools-utils.h"
|
||||
#include "abg-corpus.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-config.h"
|
||||
#include "abg-tools-utils.h"
|
||||
#include "abg-ir.h"
|
||||
|
@ -82,7 +82,6 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-workers.h"
|
||||
#include "abg-config.h"
|
||||
#include "abg-tools-utils.h"
|
||||
|
Loading…
Reference in New Issue
Block a user