Commit 6aed7ed0 by Dimitry Andric Committed by Gerald Pfeifer

gcov.c (INCLUDE_ALGORITHM): Define.

	* gcov.c (INCLUDE_ALGORITHM): Define.
	(INCLUDE_VECTOR): Define.
	No longer include <vector> and <algorithm> directly.

From-SVN: r244758
parent bc4d86e6
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> 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
* doc/extend.texi (Thread-Local): Change www.akkadia.org reference * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
......
...@@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. If not see ...@@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. If not see
probabilities of fall through arcs. */ probabilities of fall through arcs. */
#include "config.h" #include "config.h"
#define INCLUDE_ALGORITHM
#define INCLUDE_VECTOR
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
...@@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. If not see ...@@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. If not see
#include <getopt.h> #include <getopt.h>
#include <vector>
#include <algorithm>
#include "md5.h" #include "md5.h"
using namespace std; using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment