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:
parent
4fccb3efdc
commit
25d0d5e679
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -66,8 +66,6 @@
|
|||
#include "view.h"
|
||||
#include "view-internal.h"
|
||||
|
||||
#include "gitconfig.h"
|
||||
|
||||
#include "theme.h"
|
||||
|
||||
#include "timings.h"
|
||||
|
|
Loading…
Reference in a new issue