소스 검색

Removed spurious includes.

Sergey Poznyakoff 21 년 전
부모
커밋
80e978dc2e
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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"