summaryrefslogtreecommitdiff
path: root/src/context/cdvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdvector.h')
-rw-r--r--src/context/cdvector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context/cdvector.h b/src/context/cdvector.h
index 30699670f..fe8f77c6d 100644
--- a/src/context/cdvector.h
+++ b/src/context/cdvector.h
@@ -20,11 +20,11 @@
#ifndef __CVC4__CONTEXT__CDVECTOR_H
#define __CVC4__CONTEXT__CDVECTOR_H
-#include "context/context.h"
-#include "context/cdlist.h"
-#include "util/cvc4_assert.h"
#include <vector>
+#include "base/cvc4_assert.h"
+#include "context/context.h"
+#include "context/cdlist.h"
namespace CVC4 {
namespace context {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback