remove gui.h dependency on files that do not need it anymore.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 7 Sep 2012 19:27:07 +0000 (16:27 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 7 Sep 2012 19:27:07 +0000 (16:27 -0300)
This commit is in preparation to create a new libofono-efl-utils to be
used by dialer and other applications.

dialer/contacts-tizen.c
dialer/util.c

index 2dd196b..5554d64 100644 (file)
@@ -9,7 +9,6 @@
 #include <contacts.h>
 
 #include "log.h"
-#include "gui.h"
 #include "ofono.h"
 #include "contacts.h"
 #include "util.h"
index 5231e5d..39344ff 100644 (file)
@@ -7,7 +7,6 @@
 #include <Evas.h>
 #include <Elementary.h>
 
-#include "gui.h"
 #include "util.h"
 #include "log.h"