build: do the right thing with config.h (bgo #644664)

1) it shouldn't be included in headers
2) it should be the first thing included in source files
3) it's needed for getting translation right
This commit is contained in:
Kjartan Maraas
2011-03-14 01:00:56 -05:00
committed by Dan Williams
parent 79bc2e3b34
commit 6d0d302916
24 changed files with 34 additions and 8 deletions

View File

@@ -17,6 +17,8 @@
* (C) Copyright 2010 - 2011 Red Hat, Inc.
*/
#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <dbus/dbus.h>