diff options
author | Miles Bader <miles@gnu.org> | 1996-03-05 22:36:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-05 22:36:10 +0000 |
commit | 770158877180c049f988d746292c62fe99e92345 (patch) | |
tree | 64798ee439dfb2477b263bb9b0907b6b8f329d7b | |
parent | 0f878933c7003f5b8c081458f92f191d91d0cd12 (diff) |
Include <error.h> instead of "error.h".
"common.h": Don't include this anymore.
-rw-r--r-- | utils/ps.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,9 +29,7 @@ #include <argz.h> #include <idvec.h> #include <hurd/ps.h> - -#include "error.h" -#include "common.h" +#include <error.h> /* ---------------------------------------------------------------- */ |