pbutils: config.h include should come before all other includes

This commit is contained in:
Tim-Philipp Müller 2011-01-06 00:28:39 +00:00
parent 19201c1ab0
commit 8dc70c76b4

View file

@ -18,11 +18,12 @@
* Boston, MA 02111-1307, USA.
*/
#include <locale.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <locale.h>
#include <string.h>
#include "encoding-target.h"
/*