| commit | a611fc8f887c099b04cb764f477b9289a4c21d6e | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Feb 07 13:27:04 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 00:52:21 2012 +0200 |
| tree | 7dfb0177c3e06093d5ce0cdef1737b5e17740547 | |
| parent | a9fd8f45e97edc629bdc218d95ce0d0a9e3de401 [diff] [blame] |
Cleanup
diff --git a/sysdeps/linux-gnu/proc.c b/sysdeps/linux-gnu/proc.c index d8d381a..3350117 100644 --- a/sysdeps/linux-gnu/proc.c +++ b/sysdeps/linux-gnu/proc.c
@@ -1,6 +1,5 @@ #define _GNU_SOURCE /* For getline. */ #include "config.h" -#include "common.h" #include <sys/types.h> #include <sys/stat.h> @@ -17,6 +16,7 @@ #include <sys/syscall.h> #include <error.h> +#include "common.h" #include "breakpoint.h" /* /proc/pid doesn't exist just after the fork, and sometimes `ltrace'