From ac112958f7e0a6016b370a7beb7a18878c0e8b39 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 26 Apr 2017 11:57:40 +0200 Subject: [PATCH] Small changes in libdraw.h --- include/common.h | 3 +-- include/libdraw.h | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/common.h b/include/common.h index c61ff30..0b4d316 100644 --- a/include/common.h +++ b/include/common.h @@ -2,7 +2,7 @@ * * @file common.h * - * Header file for common maccro + * Header file for common macro * * @copyright 2010-2017 The University of Tennessee and The University * of Tennessee Research Foundation. All rights @@ -17,7 +17,6 @@ * @date 2017-04-05 * */ - #ifndef _COMMON_H_ #define _COMMON_H_ diff --git a/include/libdraw.h b/include/libdraw.h index dbf6f18..bef64bc 100644 --- a/include/libdraw.h +++ b/include/libdraw.h @@ -17,12 +17,12 @@ #ifndef _LIBDRAW_H_ #define _LIBDRAW_H_ -#include <common.h> +#include "common.h" +BEGIN_C_DECLS + #define WIDTH 50 #define HEIGHT 50 -#define SIZE 100 - -BEGIN_C_DECLS +#define SIZE 100 /* * Clobal array for color -- GitLab