diff options
Diffstat (limited to 'src/nodes/cst')
-rw-r--r-- | src/nodes/cst/vector_cst.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nodes/cst/vector_cst.h b/src/nodes/cst/vector_cst.h index 0552212..69a070d 100644 --- a/src/nodes/cst/vector_cst.h +++ b/src/nodes/cst/vector_cst.h @@ -23,7 +23,6 @@ #include "nodes/base/cst.h" #include <vector> - #include <string> struct VectorCstNode : public CstNode |