We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefcaba commit 9b7dfc7Copy full SHA for 9b7dfc7
tools/snippets/test/fixtures/c/cephes/runner.c
@@ -26,9 +26,6 @@
26
*/
27
#include <stdlib.h>
28
#include <stdio.h>
29
-#include <unistd.h>
30
-#include <math.h>
31
-#include <sys/time.h>
32
33
/**
34
* Define prototypes for external functions.
tools/snippets/test/fixtures/cpp/boost/runner.cpp
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/uniform_real_distribution.hpp>
0 commit comments