From 9202ee487babf743ba3ba568ce05212a68597a4a Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 10 Nov 2014 09:34:32 -0500 Subject: [PATCH] Minor cleanup. --- src/context/cdhashmap.h | 2 +- src/context/cdhashset.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h index 02f3d855c..1c9af0b87 100644 --- a/src/context/cdhashmap.h +++ b/src/context/cdhashmap.h @@ -591,4 +591,4 @@ public: }/* CVC4::context namespace */ }/* CVC4 namespace */ -#endif /* __CVC4__CONTEXT__CDHashMAP_H */ +#endif /* __CVC4__CONTEXT__CDHASHMAP_H */ diff --git a/src/context/cdhashset.h b/src/context/cdhashset.h index 548aa95d1..76bab5a94 100644 --- a/src/context/cdhashset.h +++ b/src/context/cdhashset.h @@ -16,8 +16,8 @@ #include "cvc4_private.h" -#ifndef __CVC4__CONTEXT__CDSET_H -#define __CVC4__CONTEXT__CDSET_H +#ifndef __CVC4__CONTEXT__CDHASHSET_H +#define __CVC4__CONTEXT__CDHASHSET_H #include "context/context.h" #include "context/cdinsert_hashmap.h" @@ -157,4 +157,4 @@ public: }/* CVC4::context namespace */ }/* CVC4 namespace */ -#endif /* __CVC4__CONTEXT__CDSET_H */ +#endif /* __CVC4__CONTEXT__CDHASHSET_H */ -- 2.30.2