[virt-tools-list] [PATCH virt-viewer] Include virt-viewer-util.h only in source files

Fabiano Fidêncio fidencio at redhat.com
Thu Jun 2 07:14:57 UTC 2016


On Tue, May 31, 2016 at 10:55 AM, Pavel Grunt <pgrunt at redhat.com> wrote:
> It doesn't have any symbols to be used in headers
> ---
>  src/remote-viewer-main.c | 1 +
>  src/remote-viewer.c      | 1 +
>  src/virt-viewer-app.h    | 1 -
>  src/virt-viewer-auth.c   | 1 +
>  src/virt-viewer-auth.h   | 1 -
>  src/virt-viewer-main.c   | 1 +
>  src/virt-viewer.c        | 1 +
>  7 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/src/remote-viewer-main.c b/src/remote-viewer-main.c
> index 4ed74fb..634991c 100644
> --- a/src/remote-viewer-main.c
> +++ b/src/remote-viewer-main.c
> @@ -28,6 +28,7 @@
>  #include <stdlib.h>
>
>  #include "remote-viewer.h"
> +#include "virt-viewer-util.h"
>
>  int
>  main(int argc, char **argv)
> diff --git a/src/remote-viewer.c b/src/remote-viewer.c
> index f76350d..11b51e9 100644
> --- a/src/remote-viewer.c
> +++ b/src/remote-viewer.c
> @@ -44,6 +44,7 @@
>  #include "virt-viewer-auth.h"
>  #include "virt-viewer-file.h"
>  #include "virt-viewer-session.h"
> +#include "virt-viewer-util.h"
>  #include "remote-viewer.h"
>  #include "remote-viewer-connect.h"
>
> diff --git a/src/virt-viewer-app.h b/src/virt-viewer-app.h
> index 7f6c401..8381631 100644
> --- a/src/virt-viewer-app.h
> +++ b/src/virt-viewer-app.h
> @@ -25,7 +25,6 @@
>
>  #include <glib-object.h>
>  #include <gtk/gtk.h>
> -#include "virt-viewer-util.h"
>  #include "virt-viewer-window.h"
>
>  G_BEGIN_DECLS
> diff --git a/src/virt-viewer-auth.c b/src/virt-viewer-auth.c
> index d08f2c0..03c27cf 100644
> --- a/src/virt-viewer-auth.c
> +++ b/src/virt-viewer-auth.c
> @@ -31,6 +31,7 @@
>  #endif
>
>  #include "virt-viewer-auth.h"
> +#include "virt-viewer-util.h"
>
>  static void
>  show_password(GtkCheckButton *check_button G_GNUC_UNUSED,
> diff --git a/src/virt-viewer-auth.h b/src/virt-viewer-auth.h
> index cdabd00..25463fc 100644
> --- a/src/virt-viewer-auth.h
> +++ b/src/virt-viewer-auth.h
> @@ -26,7 +26,6 @@
>  #include "config.h"
>
>  #include "virt-viewer-session.h"
> -#include "virt-viewer-util.h"
>
>  gboolean virt_viewer_auth_collect_credentials(GtkWindow *window,
>                                                const char *type,
> diff --git a/src/virt-viewer-main.c b/src/virt-viewer-main.c
> index 56521f2..3a81350 100644
> --- a/src/virt-viewer-main.c
> +++ b/src/virt-viewer-main.c
> @@ -28,6 +28,7 @@
>  #include <stdlib.h>
>
>  #include "virt-viewer.h"
> +#include "virt-viewer-util.h"
>
>  int main(int argc, char **argv)
>  {
> diff --git a/src/virt-viewer.c b/src/virt-viewer.c
> index 1d03a14..173b0d3 100644
> --- a/src/virt-viewer.c
> +++ b/src/virt-viewer.c
> @@ -50,6 +50,7 @@
>  #include "virt-viewer-app.h"
>  #include "virt-viewer-vm-connection.h"
>  #include "virt-viewer-auth.h"
> +#include "virt-viewer-util.h"
>
>  struct _VirtViewerPrivate {
>      char *uri;
> --
> 2.8.3
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list

Just for the sake, this patch was ACKed by myself in #spice channel
and already pushed by Pavel.




More information about the virt-tools-list mailing list