diff options
author | Bastien Nocera <hadess@hadess.net> | 2021-11-19 11:07:02 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2021-11-19 11:07:02 +0100 |
commit | ceb9836d73bb7703cc6cda141fd2ee2615f93740 (patch) | |
tree | 945813fe0743f823a5828539c1fb01a6baadb02e /lib/bluetooth-agent.c | |
parent | 0e8953cec98a2e9ad0bbe6fa8e97b05800848557 (diff) | |
download | gnome-bluetooth-ceb9836d73bb7703cc6cda141fd2ee2615f93740.tar.gz |
lib: Simplify config.h inclusion
It's always available, but only useful for sources with translatable
strings.
Diffstat (limited to 'lib/bluetooth-agent.c')
-rw-r--r-- | lib/bluetooth-agent.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bluetooth-agent.c b/lib/bluetooth-agent.c index 7fadc015..89e04254 100644 --- a/lib/bluetooth-agent.c +++ b/lib/bluetooth-agent.c @@ -21,10 +21,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdio.h> #include <gio/gio.h> |