[core] including glib headers directly is deprecated, we must only use <glib.h> now

This commit is contained in:
Benjamin Dauvergne 2012-03-25 17:22:30 +02:00
parent 466b6f3746
commit 6125a2ad4f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <glib/gstrfuncs.h>
#include <glib.h>
#include "errors.h"
#include "xml/xml.h"

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <glib/gstrfuncs.h>
#include <glib.h>
#include "errors.h"
#include "xml/xml.h"