forked from AuroraMiddleware/gtk
video: Add header include guard
This commit is contained in:
parent
39843ebb3f
commit
99b769706c
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user