Browse Source

Removed spurious includes.

Sergey Poznyakoff 21 years ago
parent
commit
80e978dc2e
2 changed files with 0 additions and 4 deletions
  1. 0 2
      src/names.c
  2. 0 2
      src/xheader.c

+ 0 - 2
src/names.c

@@ -20,9 +20,7 @@
 #include "system.h"
 
 #include <fnmatch.h>
-#include <grp.h>
 #include <hash.h>
-#include <pwd.h>
 #include <quotearg.h>
 
 #include "common.h"

+ 0 - 2
src/xheader.c

@@ -18,9 +18,7 @@
 
 #include "system.h"
 
-#include <grp.h>
 #include <hash.h>
-#include <pwd.h>
 #include <quotearg.h>
 
 #include "common.h"