Fix some oversights with header guards

Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741254
This commit is contained in:
Matthias Clasen
2014-12-08 19:31:56 -05:00
parent 2d6ae59d7f
commit 4f96353964
7 changed files with 22 additions and 21 deletions

View File

@ -15,13 +15,13 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDK_FRAME_TIMINGS_H__
#define __GDK_FRAME_TIMINGS_H__
#if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
#error "Only <gdk/gdk.h> can be included directly."
#endif
#ifndef __GDK_FRAME_TIMINGS_H__
#define __GDK_FRAME_TIMINGS_H__
#include <glib-object.h>
#include <gdk/gdkversionmacros.h>