summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-20 11:23:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-20 12:48:28 -0500
commit7abeb8e4a0466fac1f93aedbde931818ea802a74 (patch)
tree5aa1f27bca13b555dc43002488ea2ac4859d5dce /plugins
parent8bbd68b2fdf94da5dfbabda1bd909ba024d899b5 (diff)
downloadofono-7abeb8e4a0466fac1f93aedbde931818ea802a74.tar.bz2
Use types.h instead of driver.h here
Diffstat (limited to 'plugins')
-rw-r--r--plugins/example_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/example_history.c b/plugins/example_history.c
index 3ebf7434..c08d0cae 100644
--- a/plugins/example_history.c
+++ b/plugins/example_history.c
@@ -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)