diff options
-rw-r--r-- | layer_box.h | 4 | ||||
-rw-r--r-- | layer_image.h | 4 | ||||
-rw-r--r-- | layer_video.h | 4 | ||||
-rw-r--r-- | 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 <SDL.h> 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 <stdlib.h> #include <stdio.h> 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 <SDL.h> #include <SDL_thread.h> 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 <stdio.h> |