summaryrefslogtreecommitdiff
path: root/src/util/sexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sexpr.h')
-rw-r--r--src/util/sexpr.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/util/sexpr.h b/src/util/sexpr.h
index 607075658..d3681f471 100644
--- a/src/util/sexpr.h
+++ b/src/util/sexpr.h
@@ -18,14 +18,14 @@
#include "cvc4_public.h"
-#ifndef __CVC4__SEXPR_H_
-#define __CVC4__SEXPR_H_
-
-#include "util/Assert.h"
+#ifndef __CVC4__SEXPR_H
+#define __CVC4__SEXPR_H
#include <vector>
#include <string>
+#include "util/Assert.h"
+
namespace CVC4 {
/**
@@ -106,6 +106,6 @@ inline std::ostream& operator<<(std::ostream& out, const SExpr& sexpr) {
return out;
}
-}
+}/* CVC4 namespace */
-#endif /* __CVC4__SEXPR_H_ */
+#endif /* __CVC4__SEXPR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback