aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>