* gcov.c (INCLUDE_ALGORITHM): Define.
(INCLUDE_VECTOR): Define.
No longer include <vector> and <algorithm> directly.
From-SVN: r244758
+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
probabilities of fall through arcs. */
#include "config.h"
+#define INCLUDE_ALGORITHM
+#define INCLUDE_VECTOR
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include <getopt.h>
-#include <vector>
-#include <algorithm>
#include "md5.h"
using namespace std;