diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/cheese-camera-device-monitor.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-auth-factory.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-camera-monitor.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-client-factory.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-connection-aggregator.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-individual-manager.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-irc-network-manager.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-irc-network.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-irc-server.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-request-util.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-tls-verifier.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/libempathy/cheese-camera-device-monitor.c b/libempathy/cheese-camera-device-monitor.c index 8e6d540a8..42065f68d 100644 --- a/libempathy/cheese-camera-device-monitor.c +++ b/libempathy/cheese-camera-device-monitor.c @@ -22,7 +22,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H - #include <config.h> + #include "config.h" #endif #include <glib-object.h> diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index f20ce8a3a..b2f2b802f 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <config.h> +#include "config.h" #include "empathy-auth-factory.h" diff --git a/libempathy/empathy-camera-monitor.c b/libempathy/empathy-camera-monitor.c index 74fdb44d7..533747750 100644 --- a/libempathy/empathy-camera-monitor.c +++ b/libempathy/empathy-camera-monitor.c @@ -18,7 +18,7 @@ * Authors: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> */ -#include <config.h> +#include "config.h" #include <string.h> diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 2d3691a1e..1c8fc58cf 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -19,7 +19,7 @@ * Authors: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> */ -#include <config.h> +#include "config.h" #include "empathy-client-factory.h" diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c index 32a3bbb0b..f1018a1b7 100644 --- a/libempathy/empathy-connection-aggregator.c +++ b/libempathy/empathy-connection-aggregator.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <config.h> +#include "config.h" #include "empathy-connection-aggregator.h" diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 57815e13e..e99a6e86f 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -20,7 +20,7 @@ * Travis Reitter <travis.reitter@collabora.co.uk> */ -#include <config.h> +#include "config.h" #include <string.h> diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c index a9d89dca9..daef04059 100644 --- a/libempathy/empathy-irc-network-manager.c +++ b/libempathy/empathy-irc-network-manager.c @@ -18,7 +18,7 @@ * Authors: Guillaume Desmottes <gdesmott@gnome.org> */ -#include <config.h> +#include "config.h" #include <string.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/libempathy/empathy-irc-network.c b/libempathy/empathy-irc-network.c index 66c1f49d4..41128dae4 100644 --- a/libempathy/empathy-irc-network.c +++ b/libempathy/empathy-irc-network.c @@ -19,7 +19,7 @@ * Authors: Guillaume Desmottes <gdesmott@gnome.org> */ -#include <config.h> +#include "config.h" #include <string.h> #include <stdlib.h> #include <glib.h> diff --git a/libempathy/empathy-irc-server.c b/libempathy/empathy-irc-server.c index f0a13d09f..04fd21de7 100644 --- a/libempathy/empathy-irc-server.c +++ b/libempathy/empathy-irc-server.c @@ -18,7 +18,7 @@ * Authors: Guillaume Desmottes <gdesmott@gnome.org> */ -#include <config.h> +#include "config.h" #include <string.h> #include <stdlib.h> #include <glib.h> diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index 196925b54..f83cb4c59 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -19,7 +19,7 @@ * Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ -#include <config.h> +#include "config.h" #include <string.h> diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index a9a4f3818..16948b1b9 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <config.h> +#include "config.h" #include <gnutls/gnutls.h> #include <gnutls/x509.h> diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 42ab0836e..ae3ed3f17 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -18,7 +18,7 @@ * Authors: Xavier Claessens <xclaesse@gmail.com> */ -#include <config.h> +#include "config.h" #include <string.h> |