summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@github.com>2023-06-06 20:56:01 +0000
committerTomasz Kłoczko <kloczek@github.com>2023-06-06 20:56:01 +0000
commitfbc06d28a8688c41c283cc7dd0b09bf28e1f564e (patch)
tree408e435c53bea41a7dd2a7606ff303d604c53442
parenta27b8782702d52dee33eaa013b86a28eb9af3dae (diff)
Remove #include <glib.h> - fixes #14
src/vscard_common.h is part of the libcacard public API contains `#include <glib.h>` which is part of the glib API. This redundant include breaks xf86-video-qxl build. Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
-rw-r--r--src/vscard_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vscard_common.h b/src/vscard_common.h
index f2a18e1..879cfab 100644
--- a/src/vscard_common.h
+++ b/src/vscard_common.h
@@ -23,7 +23,6 @@
#define VSCARD_COMMON_H
#include <stdint.h>
-#include <glib.h>
#define VERSION_MAJOR_BITS 11
#define VERSION_MIDDLE_BITS 11