aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 21:46:45 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 21:46:45 +0200
commitadc1c7bbb2a7993dc87cee4091f7a8bdc1b79c97 (patch)
treec0a2493fdae436b67247628e2ee0329ba4b3afa7 /include
parentremove superfluous files (diff)
downloadgensvm-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.h2
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>