summaryrefslogtreecommitdiff
path: root/spice/stats.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-29 16:00:10 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 16:47:14 +0100
commit49fccfefc8f2cbf3444d71b77c0e3fcc935c020e (patch)
tree93f0ac51514a2cf63599323a1642c1b82ad36714 /spice/stats.h
parent430b3b036d2f943d130cae6ebeceb844d1795820 (diff)
Clean up and standardize header guards
Diffstat (limited to 'spice/stats.h')
-rw-r--r--spice/stats.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/spice/stats.h b/spice/stats.h
index 77733a8..eea5478 100644
--- a/spice/stats.h
+++ b/spice/stats.h
@@ -28,8 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _H_REDS_STAT
-#define _H_REDS_STAT
+#ifndef _H_SPICE_STATS
+#define _H_SPICE_STATS
#include <spice/types.h>
@@ -64,5 +64,4 @@ typedef struct SpiceStat {
SpiceStatNode nodes[];
} SpiceStat;
-#endif
-
+#endif /* _H_SPICE_STATS */