diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-02 13:56:48 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-02 13:56:48 +0000 |
commit | a2bbf31b11386534161bdaf16fdec29cbd685673 (patch) | |
tree | a02af9189584dbf50c7ba7e7a72fbd03bb06ff32 /lib/ephy-debug.h | |
parent | 456c0769c5dccb2c8ce312031219624e6edddc5c (diff) | |
download | epiphany-a2bbf31b11386534161bdaf16fdec29cbd685673.tar.gz |
Don't include config.h here.
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.h:
Don't include config.h here.
* lib/widgets/ephy-spinner.c: (ephy_spinner_cache_data_unload),
(ephy_spinner_cache_data_load), (ephy_spinner_cache_data_new),
(ephy_spinner_cache_data_free), (ephy_spinner_cache_get_images),
(ephy_spinner_cache_init), (ephy_spinner_cache_finalize),
(ephy_spinner_load_images), (ephy_spinner_init),
(bump_spinner_frame_cb), (ephy_spinner_start),
(ephy_spinner_set_timeout), (ephy_spinner_finalize),
(ephy_spinner_screen_changed), (ephy_spinner_class_init):
Make spinner multihead safe.
* lib/widgets/testspinner.c:
Add a tiny spinner test program.
Diffstat (limited to 'lib/ephy-debug.h')
-rw-r--r-- | lib/ephy-debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-debug.h b/lib/ephy-debug.h index 2c49158a7..6c494e165 100644 --- a/lib/ephy-debug.h +++ b/lib/ephy-debug.h @@ -21,8 +21,6 @@ #ifndef EPHY_DEBUG_H #define EPHY_DEBUG_H -#include "config.h" - #include <glib.h> G_BEGIN_DECLS |