Use types.h instead of driver.h here

This commit is contained in:
Denis Kenzior 2009-08-20 11:23:31 -05:00
parent 8bbd68b2fd
commit 7abeb8e4a0
5 changed files with 7 additions and 5 deletions

View File

@ -29,8 +29,8 @@
#include <ofono/plugin.h>
#include <ofono/log.h>
#include <ofono/history.h>
#include <ofono/types.h>
#include "driver.h"
#include "common.h"
static int example_history_probe(struct ofono_history_context *context)

View File

@ -29,7 +29,7 @@
#include <glib.h>
#include "driver.h"
#include <ofono/types.h>
#include "common.h"
struct error_entry {

View File

@ -27,7 +27,7 @@
#include <glib.h>
#include "driver.h"
#include <ofono/types.h>
#include "simutil.h"
#include "util.h"
#include "smsutil.h"

View File

@ -25,7 +25,8 @@
#include <assert.h>
#include <glib.h>
#include "driver.h"
#include <ofono/types.h>
#include "common.h"
static const char *invalid_strings[] = {

View File

@ -24,7 +24,8 @@
#include <assert.h>
#include <glib.h>
#include "driver.h"
#include <ofono/types.h>
#include "simutil.h"
const unsigned char valid_efopl[] = {