From 227b327b437774c613cea57382dbc74f3796777c Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Wed, 17 Oct 2012 16:07:34 +0200 Subject: [PATCH] fix include guards --- c_utils/memusage.c | 1 - c_utils/memusage.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/c_utils/memusage.c b/c_utils/memusage.c index 7d7ac52..20bf0a2 100644 --- a/c_utils/memusage.c +++ b/c_utils/memusage.c @@ -28,7 +28,6 @@ * Copyright (C) 2012 Max-Planck-Society * Author: Martin Reinecke */ -#define _GNU_SOURCE #include #include diff --git a/c_utils/memusage.h b/c_utils/memusage.h index cc11bd1..fa0ac43 100644 --- a/c_utils/memusage.h +++ b/c_utils/memusage.h @@ -29,8 +29,8 @@ * \author Martin Reinecke */ -#ifndef PLANCK_WALLTIME_C_H -#define PLANCK_WALLTIME_C_H +#ifndef PLANCK_MEMUSAGE_H +#define PLANCK_MEMUSAGE_H #ifdef __cplusplus extern "C" {