Skip to content

Commit

Permalink
Use <> instead of "" includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 27, 2005
1 parent 5e2d8ac commit 45bc95b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* pthread_getcpuclockid -- Get POSIX clockid_t for a pthread_t. Linux version
Copyright (C) 2000,2001,2002,2003,2004 Free Software Foundation, Inc.
Copyright (C) 2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand All @@ -21,8 +21,8 @@
#include <pthreadP.h>
#include <sys/time.h>
#include <tls.h>
#include "kernel-features.h"
#include "kernel-posix-cpu-timers.h"
#include <kernel-features.h>
#include <kernel-posix-cpu-timers.h>


#if !(__ASSUME_POSIX_CPU_TIMERS > 0)
Expand Down

0 comments on commit 45bc95b

Please sign in to comment.