diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 21:46:45 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 21:46:45 +0200 |
| commit | adc1c7bbb2a7993dc87cee4091f7a8bdc1b79c97 (patch) | |
| tree | c0a2493fdae436b67247628e2ee0329ba4b3afa7 /include | |
| parent | remove superfluous files (diff) | |
| download | gensvm-adc1c7bbb2a7993dc87cee4091f7a8bdc1b79c97.tar.gz gensvm-adc1c7bbb2a7993dc87cee4091f7a8bdc1b79c97.zip | |
rename types to conform with naming convention
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_types.h (renamed from include/types.h) | 2 | ||||
| -rw-r--r-- | include/globals.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/types.h b/include/gensvm_types.h index 3a17461..96b6311 100644 --- a/include/types.h +++ b/include/gensvm_types.h @@ -1,5 +1,5 @@ /** - * @file types.h + * @file gensvm_types.h * @author Gertjan van den Burg * @date August, 2013 * @brief Definitions of common types diff --git a/include/globals.h b/include/globals.h index 7fad7b1..96d3b38 100644 --- a/include/globals.h +++ b/include/globals.h @@ -19,7 +19,7 @@ #define GENSVM_GLOBALS_H #include "gensvm_memory.h" -#include "types.h" +#include "gensvm_types.h" #include <stdarg.h> #include <stdio.h> |
