[svn r43] Some small fixes on header names references. trunk
authorrosfran
Mon Oct 23 18:12:18 2006 +0100 (2006-10-23)
branchtrunk
changeset 429a5f5a33cd87
parent 41 686549eb5657
child 43 c9e53d7250f8
[svn r43] Some small fixes on header names references.
gmyth/src/gmyth_file_transfer.c
gmyth/src/gmyth_file_transfer.h
gmyth/src/gmyth_livetv.c
gmyth/src/gmyth_livetv.h
gmyth/src/gmyth_uri.c
     1.1 --- a/gmyth/src/gmyth_file_transfer.c	Mon Oct 23 16:02:15 2006 +0100
     1.2 +++ b/gmyth/src/gmyth_file_transfer.c	Mon Oct 23 18:12:18 2006 +0100
     1.3 @@ -7,12 +7,12 @@
     1.4   *   @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
     1.5   */
     1.6  
     1.7 -#include <gmyth/gmyth_file_transfer.h>
     1.8 -#include <gmyth/gmyth_uri.h>
     1.9 -#include <gmyth/gmyth_livetv.h>
    1.10 -#include <gmyth/gmyth_util.h>
    1.11 -#include <gmyth/gmyth_socket.h>
    1.12 -#include <gmyth/gmyth_stringlist.h>
    1.13 +#include "gmyth_file_transfer.h"
    1.14 +#include "gmyth_uri.h"
    1.15 +#include "gmyth_livetv.h"
    1.16 +#include "gmyth_util.h"
    1.17 +#include "gmyth_socket.h"
    1.18 +#include "gmyth_stringlist.h"
    1.19  
    1.20  #include <unistd.h>
    1.21  #include <glib.h>
     2.1 --- a/gmyth/src/gmyth_file_transfer.h	Mon Oct 23 16:02:15 2006 +0100
     2.2 +++ b/gmyth/src/gmyth_file_transfer.h	Mon Oct 23 18:12:18 2006 +0100
     2.3 @@ -5,9 +5,9 @@
     2.4  
     2.5  #include <glib-object.h>
     2.6  
     2.7 -#include <gmyth/gmyth_socket.h>
     2.8 -#include <gmyth/gmyth_uri.h>
     2.9 -#include <gmyth/gmyth_livetv.h>
    2.10 +#include "gmyth_socket.h"
    2.11 +#include "gmyth_uri.h"
    2.12 +#include "gmyth_livetv.h"
    2.13  
    2.14  #include <stdio.h>
    2.15  #include <stdlib.h>
     3.1 --- a/gmyth/src/gmyth_livetv.c	Mon Oct 23 16:02:15 2006 +0100
     3.2 +++ b/gmyth/src/gmyth_livetv.c	Mon Oct 23 18:12:18 2006 +0100
     3.3 @@ -1,10 +1,10 @@
     3.4  
     3.5 -#include <gmyth/gmyth_context.h>
     3.6 -#include <gmyth/gmyth_remote_util.h>
     3.7 -#include <gmyth/gmyth_tvchain.h>
     3.8 +#include "gmyth_context.h"
     3.9 +#include "gmyth_remote_util.h"
    3.10 +#include "gmyth_tvchain.h"
    3.11  
    3.12 -#include <gmyth/gmyth_livetv.h>
    3.13 -#include <gmyth/gmyth_file_transfer.h>
    3.14 +#include "gmyth_livetv.h"
    3.15 +#include "gmyth_file_transfer.h"
    3.16  
    3.17  static void gmyth_livetv_class_init          (GMythLiveTVClass *klass);
    3.18  static void gmyth_livetv_init                (GMythLiveTV *object);
     4.1 --- a/gmyth/src/gmyth_livetv.h	Mon Oct 23 16:02:15 2006 +0100
     4.2 +++ b/gmyth/src/gmyth_livetv.h	Mon Oct 23 18:12:18 2006 +0100
     4.3 @@ -3,11 +3,11 @@
     4.4  
     4.5  #include <glib-object.h>
     4.6  
     4.7 -#include <gmyth/gmyth_remote_encoder.h>
     4.8 -#include <gmyth/gmyth_tvchain.h>
     4.9 -#include <gmyth/gmyth_common.h>
    4.10 +#include "gmyth_remote_encoder.h"
    4.11 +#include "gmyth_tvchain.h"
    4.12 +#include "gmyth_common.h"
    4.13  
    4.14 -#include <gmyth/gmyth_file_transfer.h>
    4.15 +#include "gmyth_file_transfer.h"
    4.16  
    4.17  #define G_BEGIN_DECLS
    4.18  
     5.1 --- a/gmyth/src/gmyth_uri.c	Mon Oct 23 16:02:15 2006 +0100
     5.2 +++ b/gmyth/src/gmyth_uri.c	Mon Oct 23 18:12:18 2006 +0100
     5.3 @@ -8,7 +8,7 @@
     5.4   *
     5.5   */
     5.6  
     5.7 -#include <gmyth/gmyth_uri.h>
     5.8 +#include "gmyth_uri.h"
     5.9  #include <glib.h>
    5.10  #include <string.h>
    5.11  #include <stdlib.h>