summaryrefslogtreecommitdiff
path: root/lib/test-pin.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-18 17:54:10 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-19 12:21:13 +0100
commitcbc08c4f293664e681b1646e794e7cf62782c6cc (patch)
treef51339cc4229e93f2e4bd3f01b54f1ca4c960601 /lib/test-pin.c
parent1604c5739a59cf0fcf24e6814a4db68356db9b62 (diff)
downloadgnome-bluetooth-cbc08c4f293664e681b1646e794e7cf62782c6cc.tar.gz
lib: Split UI and non-UI libraries
Both UI and non-UI libraries export a pkg-config file. Only the non-UI library exports a Gir as it's the only one that gets to be used from a non-native program (gnome-shell).
Diffstat (limited to 'lib/test-pin.c')
-rw-r--r--lib/test-pin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test-pin.c b/lib/test-pin.c
index 7403c069..405d1e4f 100644
--- a/lib/test-pin.c
+++ b/lib/test-pin.c
@@ -1,5 +1,5 @@
-#include "pin.c"
#include "bluetooth-enums.h"
+#include "pin.h"
int main (int argc, char **argv)
{