gisi: Remove includes of <glib/gtypes.h>

This commit is contained in:
Marcel Holtmann 2012-03-19 16:12:12 -07:00
parent 65898b34b8
commit dc41204950
3 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ extern "C" {
#endif
#include <stdint.h>
#include <glib/gtypes.h>
#include "modem.h"

View File

@ -27,7 +27,7 @@ extern "C" {
#endif
#include <stdint.h>
#include <glib/gtypes.h>
#include <glib.h>
#include "phonet.h"

View File

@ -23,7 +23,6 @@
#define __GISI_MODEM_H
#include <stdint.h>
#include <glib/gtypes.h>
#include "phonet.h"
#include "message.h"