mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 17:20:57 +08:00
gcov.c (INCLUDE_ALGORITHM): Define.
* gcov.c (INCLUDE_ALGORITHM): Define. (INCLUDE_VECTOR): Define. No longer include <vector> and <algorithm> directly. From-SVN: r244758
This commit is contained in:
parent
bc4d86e626
commit
6aed7ed0c2
@ -1,3 +1,9 @@
|
||||
2017-01-22 Dimitry Andric <dim@FreeBSD.org>
|
||||
|
||||
* gcov.c (INCLUDE_ALGORITHM): Define.
|
||||
(INCLUDE_VECTOR): Define.
|
||||
No longer include <vector> and <algorithm> directly.
|
||||
|
||||
2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* doc/extend.texi (Thread-Local): Change www.akkadia.org reference
|
||||
|
@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. If not see
|
||||
probabilities of fall through arcs. */
|
||||
|
||||
#include "config.h"
|
||||
#define INCLUDE_ALGORITHM
|
||||
#define INCLUDE_VECTOR
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. If not see
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include "md5.h"
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user