video: Add header include guard

This commit is contained in:
Benjamin Otte 2018-09-21 04:34:16 +02:00
parent 39843ebb3f
commit 99b769706c
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#ifndef __GTK_MEDIA_CONTROLS_H__
#define __GTK_MEDIA_CONTROLS_H__
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#include <gtk/gtkmediastream.h>
#include <gtk/gtkwidget.h>

View File

@ -20,6 +20,10 @@
#ifndef __GTK_VIDEO_H__
#define __GTK_VIDEO_H__
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#include <gtk/gtkmediastream.h>
#include <gtk/gtkwidget.h>