Skip to content

Commit

Permalink
Revert "Add libstdc++ debugging headers to iwyu-qt.imp"
Browse files Browse the repository at this point in the history
This reverts commit ab8323c.
  • Loading branch information
dg0yt committed Mar 7, 2018
1 parent f7acffd commit 9543c77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions iwyu-qt.imp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,13 +1171,4 @@
# http://doc.qt.io/qt-5/qobject.html
{ include: [ "<qobjectdefs.h>", "private", "<QObject>", "public" ] },

# libstdc++ debugging headers, for use with -D_GLIBCXX_DEBUG
{ include: [ "<debug/map.h>", "private", "<map>", "public" ] },
{ include: [ "<debug/safe_iterator.h>", "private", "<iterator>", "public" ] },
{ include: [ "<debug/safe_sequence.h>", "private", "<iterator>", "public" ] },
{ include: [ "<debug/set.h>", "private", "<set>", "public" ] },
{ include: [ "<debug/unordered_map>", "private", "<unordered_map>", "public" ] },
{ include: [ "<debug/unordered_set>", "private", "<unordered_set>", "public" ] },
{ include: [ "<debug/vector>", "private", "<vector>", "public" ] },

]
9 changes: 0 additions & 9 deletions make_iwyu_qt_imp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ cat << END_EXTRA
# http://doc.qt.io/qt-5/qobject.html
{ include: [ "<qobjectdefs.h>", "private", "<QObject>", "public" ] },
# libstdc++ debugging headers, for use with -D_GLIBCXX_DEBUG
{ include: [ "<debug/map.h>", "private", "<map>", "public" ] },
{ include: [ "<debug/safe_iterator.h>", "private", "<iterator>", "public" ] },
{ include: [ "<debug/safe_sequence.h>", "private", "<iterator>", "public" ] },
{ include: [ "<debug/set.h>", "private", "<set>", "public" ] },
{ include: [ "<debug/unordered_map>", "private", "<unordered_map>", "public" ] },
{ include: [ "<debug/unordered_set>", "private", "<unordered_set>", "public" ] },
{ include: [ "<debug/vector>", "private", "<vector>", "public" ] },
END_EXTRA

echo "]"

0 comments on commit 9543c77

Please sign in to comment.