changeset 22267:b80fddf2a9a0

comment-list.h: properly include "base-list.h".
author Carnë Draug <carandraug@octave.org>
date Thu, 11 Aug 2016 18:04:06 +0100
parents 89e1be7b7511
children a54d6b9c08bc
files libinterp/corefcn/comment-list.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/comment-list.h	Thu Aug 11 12:48:51 2016 -0400
+++ b/libinterp/corefcn/comment-list.h	Thu Aug 11 18:04:06 2016 +0100
@@ -27,7 +27,7 @@
 
 #include <string>
 
-#include <base-list.h>
+#include "base-list.h"
 
 extern std::string get_comment_text (void);