Skip to content

Commit 9b7dfc7

Browse files
committed
Remove unused headers
1 parent cefcaba commit 9b7dfc7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tools/snippets/test/fixtures/c/cephes/runner.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
*/
2727
#include <stdlib.h>
2828
#include <stdio.h>
29-
#include <unistd.h>
30-
#include <math.h>
31-
#include <sys/time.h>
3229

3330
/**
3431
* Define prototypes for external functions.

tools/snippets/test/fixtures/cpp/boost/runner.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
*/
2727
#include <stdlib.h>
2828
#include <stdio.h>
29-
#include <unistd.h>
30-
#include <math.h>
31-
#include <sys/time.h>
3229
#include <boost/random/mersenne_twister.hpp>
3330
#include <boost/random/uniform_int_distribution.hpp>
3431
#include <boost/random/uniform_real_distribution.hpp>

0 commit comments

Comments
 (0)