Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ce5128

Browse files
committedOct 23, 2011
Remove unused include of deprecated header.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142753 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 900b3c7 commit 3ce5128

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed
 

‎include/lldb/Core/FormatNavigator.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@
1616
#include <unistd.h>
1717

1818
// C++ Includes
19-
20-
#ifdef __GNUC__
21-
#include <ext/hash_map>
22-
23-
namespace std
24-
{
25-
using namespace __gnu_cxx;
26-
}
27-
28-
#else
29-
#include <hash_map>
30-
#endif
31-
3219
#include <map>
3320

3421
// Other libraries and framework includes

‎tools/debugserver/source/PseudoTerminal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "PseudoTerminal.h"
1515
#include <stdlib.h>
1616
#include <sys/ioctl.h>
17+
#include <unistd.h>
1718

1819
//----------------------------------------------------------------------
1920
// PseudoTerminal constructor

0 commit comments

Comments
 (0)
This repository has been archived.