[pacman-dev,1/4] pacman/conf: Remove unused include

Message ID 20180705144244.15619-1-dreisner@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev,1/4] pacman/conf: Remove unused include | expand

Commit Message

Dave Reisner July 5, 2018, 2:42 p.m. UTC
---
 src/pacman/conf.c | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/src/pacman/conf.c b/src/pacman/conf.c
index 9a37dcea..29f69052 100644
--- a/src/pacman/conf.c
+++ b/src/pacman/conf.c
@@ -35,7 +35,6 @@ 
 #include "conf.h"
 #include "ini.h"
 #include "util.h"
-#include "pacman.h"
 #include "callback.h"
 
 /* global config variable */