diff options
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> |