gconf, gsettings: fix config.h includes

config.h should be included by all .c files and none of the .h files.
This commit is contained in:
Tanu Kaskinen 2018-04-17 09:07:35 +03:00
parent d7a457eaed
commit 0623b3c91e
4 changed files with 10 additions and 8 deletions

View file

@ -17,8 +17,6 @@
License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
***/
#include "stdin-util.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif