aboutsummaryrefslogtreecommitdiffstats
path: root/bin/null_call.c
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-06 16:36:31 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-09 16:35:32 -0500
commitf8585fe1fc6f0830f900dad7c8ccc40e17f79644 (patch)
treea89c87d7f2b2002e4ac77ca34b63209ed98d66a1 /bin/null_call.c
parent42e747e4fe5648967c1ead5ae327b5fbbe66f2e5 (diff)
refactor: use architecture-specific includes for cycles.h
Diffstat (limited to 'bin/null_call.c')
-rw-r--r--bin/null_call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/null_call.c b/bin/null_call.c
index 94ba866..61c4629 100644
--- a/bin/null_call.c
+++ b/bin/null_call.c
@@ -5,7 +5,6 @@
5#include <math.h> 5#include <math.h>
6 6
7#include "litmus.h" 7#include "litmus.h"
8#include "cycles.h"
9 8
10static void time_null_call(void) 9static void time_null_call(void)
11{ 10{