# HG changeset patch # User rosfran # Date 1161623538 -3600 # Node ID 9a5f5a33cd87e98e61234ef54461a6f145d43b1d # Parent 686549eb565772204d059fe012b8d9898dbe470e [svn r43] Some small fixes on header names references. diff -r 686549eb5657 -r 9a5f5a33cd87 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Mon Oct 23 16:02:15 2006 +0100 +++ b/gmyth/src/gmyth_file_transfer.c Mon Oct 23 18:12:18 2006 +0100 @@ -7,12 +7,12 @@ * @author Rosfran Lins Borges <rosfran.borges@indt.org.br> */ -#include <gmyth/gmyth_file_transfer.h> -#include <gmyth/gmyth_uri.h> -#include <gmyth/gmyth_livetv.h> -#include <gmyth/gmyth_util.h> -#include <gmyth/gmyth_socket.h> -#include <gmyth/gmyth_stringlist.h> +#include "gmyth_file_transfer.h" +#include "gmyth_uri.h" +#include "gmyth_livetv.h" +#include "gmyth_util.h" +#include "gmyth_socket.h" +#include "gmyth_stringlist.h" #include <unistd.h> #include <glib.h> diff -r 686549eb5657 -r 9a5f5a33cd87 gmyth/src/gmyth_file_transfer.h --- a/gmyth/src/gmyth_file_transfer.h Mon Oct 23 16:02:15 2006 +0100 +++ b/gmyth/src/gmyth_file_transfer.h Mon Oct 23 18:12:18 2006 +0100 @@ -5,9 +5,9 @@ #include <glib-object.h> -#include <gmyth/gmyth_socket.h> -#include <gmyth/gmyth_uri.h> -#include <gmyth/gmyth_livetv.h> +#include "gmyth_socket.h" +#include "gmyth_uri.h" +#include "gmyth_livetv.h" #include <stdio.h> #include <stdlib.h> diff -r 686549eb5657 -r 9a5f5a33cd87 gmyth/src/gmyth_livetv.c --- a/gmyth/src/gmyth_livetv.c Mon Oct 23 16:02:15 2006 +0100 +++ b/gmyth/src/gmyth_livetv.c Mon Oct 23 18:12:18 2006 +0100 @@ -1,10 +1,10 @@ -#include <gmyth/gmyth_context.h> -#include <gmyth/gmyth_remote_util.h> -#include <gmyth/gmyth_tvchain.h> +#include "gmyth_context.h" +#include "gmyth_remote_util.h" +#include "gmyth_tvchain.h" -#include <gmyth/gmyth_livetv.h> -#include <gmyth/gmyth_file_transfer.h> +#include "gmyth_livetv.h" +#include "gmyth_file_transfer.h" static void gmyth_livetv_class_init (GMythLiveTVClass *klass); static void gmyth_livetv_init (GMythLiveTV *object); diff -r 686549eb5657 -r 9a5f5a33cd87 gmyth/src/gmyth_livetv.h --- a/gmyth/src/gmyth_livetv.h Mon Oct 23 16:02:15 2006 +0100 +++ b/gmyth/src/gmyth_livetv.h Mon Oct 23 18:12:18 2006 +0100 @@ -3,11 +3,11 @@ #include <glib-object.h> -#include <gmyth/gmyth_remote_encoder.h> -#include <gmyth/gmyth_tvchain.h> -#include <gmyth/gmyth_common.h> +#include "gmyth_remote_encoder.h" +#include "gmyth_tvchain.h" +#include "gmyth_common.h" -#include <gmyth/gmyth_file_transfer.h> +#include "gmyth_file_transfer.h" #define G_BEGIN_DECLS diff -r 686549eb5657 -r 9a5f5a33cd87 gmyth/src/gmyth_uri.c --- a/gmyth/src/gmyth_uri.c Mon Oct 23 16:02:15 2006 +0100 +++ b/gmyth/src/gmyth_uri.c Mon Oct 23 18:12:18 2006 +0100 @@ -8,7 +8,7 @@ * */ -#include <gmyth/gmyth_uri.h> +#include "gmyth_uri.h" #include <glib.h> #include <string.h> #include <stdlib.h>