提交 28507a41 编写于 作者: P Paolo Bonzini 提交者: Michael Tokarev

libcacard: stop including qemu-common.h

This is a small step towards making libcacard standalone.
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 d3e4abdd
......@@ -5,7 +5,10 @@
* See the COPYING.LIB file in the top-level directory.
*/
#include "qemu-common.h"
#include "glib-compat.h"
#include <string.h>
#include <stdbool.h>
#include "cac.h"
#include "vcard.h"
......
......@@ -5,7 +5,9 @@
* See the COPYING.LIB file in the top-level directory.
*/
#include "qemu-common.h"
#include "glib-compat.h"
#include <string.h>
#include "vcard.h"
#include "vcard_emul.h"
......
......@@ -5,7 +5,7 @@
* See the COPYING.LIB file in the top-level directory.
*/
#include "qemu-common.h"
#include "glib-compat.h"
#include "vcard.h"
#include "vreader.h"
......
......@@ -5,7 +5,9 @@
* See the COPYING.LIB file in the top-level directory.
*/
#include "qemu-common.h"
#include "glib-compat.h"
#include <string.h>
#include "vcard.h"
#include "vcard_emul.h"
......
......@@ -25,7 +25,7 @@
#include <prthread.h>
#include <secerr.h>
#include "qemu-common.h"
#include "glib-compat.h"
#include "vcard.h"
#include "card_7816t.h"
......
......@@ -10,7 +10,9 @@
#endif
#define G_LOG_DOMAIN "libcacard"
#include "qemu-common.h"
#include "glib-compat.h"
#include <string.h>
#include "vcard.h"
#include "vcard_emul.h"
......
......@@ -10,14 +10,20 @@
* See the COPYING.LIB file in the top-level directory.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _WIN32
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#define closesocket(x) close(x)
#else
#include <getopt.h>
#endif
#include "qemu-common.h"
#include "glib-compat.h"
#include "vscard_common.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册