diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-04 21:50:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-04 21:50:58 +0800 |
commit | cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c (patch) | |
tree | 1463118a3ed37fd9cbb587afbea4c3725653023c /src | |
parent | f0f99ffaa08240fbb72d7eed198368fd22fe4c47 (diff) | |
download | gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar.gz gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar.bz2 gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar.lz gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar.xz gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.tar.zst gsoc2013-empathy-cf5ae6bf0560a62e108eb43b172e1ee837d0aa9c.zip |
Revert "-Fix use of include <config.h> to make sure translations work"
This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47.
Sorry, I didn't mean to push that...
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-invite-participant-dialog.c | 4 | ||||
-rw-r--r-- | src/empathy-streamed-media-window.c | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index 7621376bc..da75e72cd 100644 --- a/src/empathy-invite-participant-dialog.c +++ b/src/empathy-invite-participant-dialog.c @@ -9,10 +9,6 @@ * Danielle Madeley <danielle.madeley@collabora.co.uk> */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <glib/gi18n.h> #include "empathy-invite-participant-dialog.h" diff --git a/src/empathy-streamed-media-window.c b/src/empathy-streamed-media-window.c index 81cec4492..bb6df685c 100644 --- a/src/empathy-streamed-media-window.c +++ b/src/empathy-streamed-media-window.c @@ -18,9 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif #include <stdio.h> #include <stdlib.h> |