From 397f872c542df6c345b9e761718f88d992e83138 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 3 Dec 2013 14:27:10 +0100 Subject: [PATCH] Fix include guardian --- xbob/io/include/xbob.io/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xbob/io/include/xbob.io/config.h b/xbob/io/include/xbob.io/config.h index 0e3d92e..98bb1b7 100644 --- a/xbob/io/include/xbob.io/config.h +++ b/xbob/io/include/xbob.io/config.h @@ -2,13 +2,13 @@ * @author Andre Anjos <andre.anjos@idiap.ch> * @date Fri 1 Nov 07:10:59 2013 * - * @brief General directives for all modules in xbob.core + * @brief General directives for all modules in xbob.io */ -#ifndef XBOB_CORE_CONFIG_H -#define XBOB_CORE_CONFIG_H +#ifndef XBOB_IO_CONFIG_H +#define XBOB_IO_CONFIG_H /* Macros that define versions and important names */ #define XBOB_IO_API_VERSION 0x0200 -#endif /* XBOB_CORE_CONFIG_H */ +#endif /* XBOB_IO_CONFIG_H */ -- GitLab