remove implicit declaration in dbus.c

This commit is contained in:
Emmanuel Milou
2008-10-01 15:28:11 -04:00
parent 662a32e2d6
commit 31f17ab011
2 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <accountlist.h>
#include <calllist.h>
#include <calltab.h>
#include <callmanager-glue.h>
#include <configurationmanager-glue.h>

View File

@ -26,6 +26,7 @@
#include <accountlist.h>
#include <calllist.h>
#include <sflnotify.h>
#include <calltree.h>
/** @file dbus.h
* @brief General DBus functions wrappers.