diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-21 18:30:03 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-21 18:30:03 +0200 |
| commit | 4afa0d0cf6958a4803634e10e926bf132db0f058 (patch) | |
| tree | 594e2d97b76c8066afd95dbc9254787d23cf5292 | |
| parent | 75667b81215bdb3896599ec477a256c41fc90436 (diff) | |
| download | osc-graphics-4afa0d0cf6958a4803634e10e926bf132db0f058.tar.gz | |
renamed header guards
| -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> |
