diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-03-17 12:00:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-03-17 12:00:33 -0400 |
commit | 74104582e27ef76790c9d954464b53b0e45a2b43 (patch) | |
tree | e223c8ea3ffddf14aa02a776a03ddb0f46fe910a /tests | |
parent | a16a3c9f97072b1532c40637d53b1219addcbe00 (diff) | |
download | libsandglass-74104582e27ef76790c9d954464b53b0e45a2b43.tar.xz |
Minor formatting and style fixes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/introspective-cputime.c | 2 | ||||
-rw-r--r-- | tests/introspective-system.c | 2 | ||||
-rw-r--r-- | tests/monotonic-cputime.c | 2 | ||||
-rw-r--r-- | tests/monotonic-realticks.c | 2 | ||||
-rw-r--r-- | tests/monotonic-system.c | 2 | ||||
-rw-r--r-- | tests/noprecache.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/introspective-cputime.c b/tests/introspective-cputime.c index 7ebf041..dd76d67 100644 --- a/tests/introspective-cputime.c +++ b/tests/introspective-cputime.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> diff --git a/tests/introspective-system.c b/tests/introspective-system.c index 8ed6441..3ebc007 100644 --- a/tests/introspective-system.c +++ b/tests/introspective-system.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> diff --git a/tests/monotonic-cputime.c b/tests/monotonic-cputime.c index 3f59a3f..3e30dd8 100644 --- a/tests/monotonic-cputime.c +++ b/tests/monotonic-cputime.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> diff --git a/tests/monotonic-realticks.c b/tests/monotonic-realticks.c index 1e48ca5..e6fbcee 100644 --- a/tests/monotonic-realticks.c +++ b/tests/monotonic-realticks.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> diff --git a/tests/monotonic-system.c b/tests/monotonic-system.c index 1fb1c1c..6216fdb 100644 --- a/tests/monotonic-system.c +++ b/tests/monotonic-system.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> diff --git a/tests/noprecache.c b/tests/noprecache.c index 937b0a1..9762250 100644 --- a/tests/noprecache.c +++ b/tests/noprecache.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../src/sandglass_impl.h" +#include "../src/sandglass-impl.h" #include "../src/sandglass.h" #include <unistd.h> #include <time.h> |