summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/descr.h1
-rw-r--r--libpthread/nptl/pthread_create.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/descr.h b/libpthread/nptl/descr.h
index 454bb2a54..1dd1cc506 100644
--- a/libpthread/nptl/descr.h
+++ b/libpthread/nptl/descr.h
@@ -25,7 +25,6 @@
#include <setjmp.h>
#include <stdbool.h>
#include <sys/types.h>
-#include <hp-timing.h>
#include <list.h>
#include <lowlevellock.h>
#include <pthreaddef.h>
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c
index 532b8fd56..3572fcf88 100644
--- a/libpthread/nptl/pthread_create.c
+++ b/libpthread/nptl/pthread_create.c
@@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include "pthreadP.h"
-#include <hp-timing.h>
#include <ldsodefs.h>
#include <atomic.h>
#include <libc-internal.h>