From 4afa0d0cf6958a4803634e10e926bf132db0f058 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 21 Sep 2012 18:30:03 +0200 Subject: renamed header guards --- layer_box.h | 4 ++-- layer_image.h | 4 ++-- layer_video.h | 4 ++-- osc_graphics.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/layer_box.h b/layer_box.h index f6f6667..bba2f98 100644 --- a/layer_box.h +++ b/layer_box.h @@ -1,5 +1,5 @@ -#ifndef __HAVE_LAYER_BOX_H -#define __HAVE_LAYER_BOX_H +#ifndef __LAYER_BOX_H +#define __LAYER_BOX_H #include diff --git a/layer_image.h b/layer_image.h index 7f51885..2a313d6 100644 --- a/layer_image.h +++ b/layer_image.h @@ -1,5 +1,5 @@ -#ifndef __HAVE_LAYER_IMAGE_H -#define __HAVE_LAYER_IMAGE_H +#ifndef __LAYER_IMAGE_H +#define __LAYER_IMAGE_H #include #include diff --git a/layer_video.h b/layer_video.h index f16d334..7130039 100644 --- a/layer_video.h +++ b/layer_video.h @@ -1,5 +1,5 @@ -#ifndef __HAVE_LAYER_VIDEO_H -#define __HAVE_LAYER_VIDEO_H +#ifndef __LAYER_VIDEO_H +#define __LAYER_VIDEO_H #include #include diff --git a/osc_graphics.h b/osc_graphics.h index ab40fb5..f05f34f 100644 --- a/osc_graphics.h +++ b/osc_graphics.h @@ -1,5 +1,5 @@ -#ifndef __HAVE_OSC_GRAPHICS_H -#define __HAVE_OSC_GRAPHICS_H +#ifndef __OSC_GRAPHICS_H +#define __OSC_GRAPHICS_H #include -- cgit v1.2.3