1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

rofi: Do not include gitconfig.h directly

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-05-04 13:32:20 +02:00
parent 4fccb3efdc
commit 25d0d5e679
No known key found for this signature in database
GPG key ID: AC203F96E2C34BB7
2 changed files with 1 additions and 2 deletions

View file

@ -2,6 +2,7 @@ AC_INIT([rofi], [1.3.1], [https://github.com/DaveDavenport/rofi/],[],[https://re
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
AH_BOTTOM([#include "gitconfig.h"])
dnl ---------------------------------------------------------------------
dnl Lex & Bison language parser.

View file

@ -66,8 +66,6 @@
#include "view.h"
#include "view-internal.h"
#include "gitconfig.h"
#include "theme.h"
#include "timings.h"