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 /osc_graphics.h | |
parent | 75667b81215bdb3896599ec477a256c41fc90436 (diff) | |
download | osc-graphics-4afa0d0cf6958a4803634e10e926bf132db0f058.tar.gz |
renamed header guards
Diffstat (limited to 'osc_graphics.h')
-rw-r--r-- | osc_graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
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> |