diff options
author | Robert Tari <robert@tari.in> | 2021-02-03 07:48:32 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-21 20:57:03 +0200 |
commit | 2ebe5c8e1f240bdd4b27401b4e52213425c7686d (patch) | |
tree | ae2c3b85eecb522825a6b7125f92894571a9e0da /src/idolocationmenuitem.c | |
parent | 715feb6c46d4f25baad053eaf1c43129c65328cf (diff) | |
download | ayatana-ido-2ebe5c8e1f240bdd4b27401b4e52213425c7686d.tar.gz ayatana-ido-2ebe5c8e1f240bdd4b27401b4e52213425c7686d.tar.bz2 ayatana-ido-2ebe5c8e1f240bdd4b27401b4e52213425c7686d.zip |
Drop local config.h includes.
Fixes AyatanaIndicators/ayatana-ido#25
Diffstat (limited to 'src/idolocationmenuitem.c')
-rw-r--r-- | src/idolocationmenuitem.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c index 983126b..8b16807 100644 --- a/src/idolocationmenuitem.c +++ b/src/idolocationmenuitem.c @@ -17,10 +17,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - #include <string.h> /* strstr() */ #include <gtk/gtk.h> |