diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2011-09-27 15:19:39 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2011-09-27 15:19:39 -0400 |
commit | b6c2c3cb4e727a4dd7e4f2df3b5c7b634338c845 (patch) | |
tree | 5e257d6ce53026e8467e89e4c5ce4814392b417d | |
parent | ed3a50a2e11d4d8e09986bfb24068e479626e069 (diff) |
move header file declaration
-rw-r--r-- | bin/rtspin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c index 37d04d8..9800eb2 100644 --- a/bin/rtspin.c +++ b/bin/rtspin.c | |||
@@ -7,12 +7,11 @@ | |||
7 | #include <assert.h> | 7 | #include <assert.h> |
8 | #include <strings.h> | 8 | #include <strings.h> |
9 | 9 | ||
10 | #include <litmus/sched_mc.h> | ||
11 | |||
12 | 10 | ||
13 | #include "litmus.h" | 11 | #include "litmus.h" |
14 | #include "common.h" | 12 | #include "common.h" |
15 | 13 | ||
14 | #include <litmus/sched_mc.h> | ||
16 | 15 | ||
17 | 16 | ||
18 | static void usage(char *error) { | 17 | static void usage(char *error) { |