summaryrefslogtreecommitdiff
path: root/src/totem-options.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-04-02 15:25:03 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-04-02 15:25:03 +0000
commit1ba3c6cb6d9bbcec59aea296f60e5c45a715ae61 (patch)
treee71624873dbf28f846cc9214c7f61f384dc84847 /src/totem-options.h
parente16f22ea4dd057a58ab1705666d74cfa5c34ed4a (diff)
downloadtotem-1ba3c6cb6d9bbcec59aea296f60e5c45a715ae61.tar.gz
Remove extraneous includes
2007-04-02 Bastien Nocera <hadess@hadess.net> * src/totem-options.h: * src/totem.c: * src/totem.h: Remove extraneous includes svn path=/trunk/; revision=4184
Diffstat (limited to 'src/totem-options.h')
-rw-r--r--src/totem-options.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/totem-options.h b/src/totem-options.h
index 49cccffe1..a0331616c 100644
--- a/src/totem-options.h
+++ b/src/totem-options.h
@@ -1,6 +1,6 @@
/* totem-options.h
- Copyright (C) 2004 Bastien Nocera <hadess@hadess.net>
+ Copyright (C) 2004,2007 Bastien Nocera <hadess@hadess.net>
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@@ -23,6 +23,8 @@
#ifndef TOTEM_OPTIONS_H
#define TOTEM_OPTIONS_H
+#include <gconf/gconf-client.h>
+
#include "totem.h"
#include "bacon-message-connection.h"
@@ -64,4 +66,4 @@ void totem_options_process_for_server (BaconMessageConnection *conn,
G_END_DECLS
-#endif /* TOTEM_SKIPTO_H */
+#endif /* TOTEM_OPTIONS_H */