clean up glib includes (bgo #564376)

Only <glib.h> and <gtk/gtk.h> need to be included.
This commit is contained in:
Przemysław Grzegorczyk
2009-01-19 00:16:40 -05:00
committed by Dan Williams
parent f2e8870338
commit bac45aa0d5
27 changed files with 26 additions and 27 deletions

View File

@@ -21,7 +21,7 @@
#ifndef NM_ACTIVATION_REQUEST_H
#define NM_ACTIVATION_REQUEST_H
#include <glib/gtypes.h>
#include <glib.h>
#include <glib-object.h>
#include "nm-connection.h"
#include "nm-active-connection.h"