소스 검색

Drop unneeded pthread.h inclusions

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Jan Kiszka 14 년 전
부모
커밋
43b26fc851
3개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 1
      hw/xen_nic.c
  2. 0 2
      hw/xics.c
  3. 0 2
      ui/spice-display.c

+ 0 - 1
hw/xen_nic.c

@@ -25,7 +25,6 @@
 #include <inttypes.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <pthread.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>

+ 0 - 2
hw/xics.c

@@ -29,8 +29,6 @@
 #include "hw/spapr.h"
 #include "hw/xics.h"
 
-#include <pthread.h>
-
 /*
  * ICP: Presentation layer
  */

+ 0 - 2
ui/spice-display.c

@@ -15,8 +15,6 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <pthread.h>
-
 #include "qemu-common.h"
 #include "qemu-spice.h"
 #include "qemu-timer.h"