From dc41204950b570771efcb0ca1d4b219572216b36 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 19 Mar 2012 16:12:12 -0700 Subject: [PATCH] gisi: Remove includes of --- gisi/client.h | 1 - gisi/message.h | 2 +- gisi/modem.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gisi/client.h b/gisi/client.h index 8224cd28..77b04fe3 100644 --- a/gisi/client.h +++ b/gisi/client.h @@ -27,7 +27,6 @@ extern "C" { #endif #include -#include #include "modem.h" diff --git a/gisi/message.h b/gisi/message.h index 5bdd7ba4..f28b8893 100644 --- a/gisi/message.h +++ b/gisi/message.h @@ -27,7 +27,7 @@ extern "C" { #endif #include -#include +#include #include "phonet.h" diff --git a/gisi/modem.h b/gisi/modem.h index 0a741f61..46370eea 100644 --- a/gisi/modem.h +++ b/gisi/modem.h @@ -23,7 +23,6 @@ #define __GISI_MODEM_H #include -#include #include "phonet.h" #include "message.h"